A backend project template with FastAPI, PostgreSQL with asynchronous SQLAlchemy 2.0, Alembic for asynchronous database migration, and Docker.
Stars
8
Forks
1
Watchers
8
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
103
commits
35
commits
Update Docker image workflow: enhance test step with sleep and status check, fix context path formatting
67880e0View on GitHubFix Dockerfile: update comments for clarity and correct package references
5d93eb7View on GitHubFix formatting in test_update_account: remove unnecessary blank lines
9af2979View on GitHubRemove unnecessary blank line in update_account_by_id method
8bb079bView on GitHubRemove unnecessary blank lines in get_current_account function
23aba89View on GitHubRefactor ruff.toml: move lint configuration to a dedicated section and ensure proper formatting
98c782dView on GitHubUpdate Dockerfile: switch to Python 3.14-alpine, improve environment variable setup, and streamline dependency installation
21484eeView on GitHubEnhance docker-compose configuration: add healthcheck for db service and ensure db_editor and backend_app depend on healthy db service
b602de9View on GitHubUpdate requirements.txt to specify package versions and add new dependencies
f15b815View on GitHubRemove exception printing in get_async_session and ensure proper rollback handling
4bbd01fView on GitHubUpdate import statement and add extra configuration to BackendBaseSettings
370d3b6View on GitHubFix typo in database URI: correct 'USENRAME' to 'USERNAME' and remove unused poolclass parameter
918dbf4View on GitHubFix HTTP 401 exception function: correct function name and update status code to 401 Unauthorized.
7ce086aView on GitHub