Skip to content

Commit

Permalink
Removed dev docker file, updated descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius committed Oct 29, 2023
1 parent 0d8eae3 commit a0f03d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
5 changes: 1 addition & 4 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"recommendations": [
"ms-python.python",
"charliermarsh.ruff",
]
"recommendations": ["ms-python.python", "charliermarsh.ruff"]
}
2 changes: 1 addition & 1 deletion api/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Xythrion API

Built in FastAPI, Ormar, and Alembic
Built in FastAPI and SQLAlchemy, with Alembic for migrations

Attempting to follow [these best practices](https://github.com/zhanymkanov/fastapi-best-practices) for FastAPI.
19 changes: 0 additions & 19 deletions api/dev.Dockerfile

This file was deleted.

0 comments on commit a0f03d7

Please sign in to comment.