https://github.com/ruslan-korneev/fastapi-template
A production-ready FastAPI template with SQLAlchemy, dependency injection, Sentry integration, and comprehensive testing setup.
https://github.com/ruslan-korneev/fastapi-template
fastapi python python-asyncio sqlaclhemy
Last synced: 6 days ago
JSON representation
A production-ready FastAPI template with SQLAlchemy, dependency injection, Sentry integration, and comprehensive testing setup.
- Host: GitHub
- URL: https://github.com/ruslan-korneev/fastapi-template
- Owner: ruslan-korneev
- Created: 2025-12-03T02:45:48.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-12-04T23:47:56.000Z (3 months ago)
- Last Synced: 2025-12-15T15:17:38.137Z (3 months ago)
- Topics: fastapi, python, python-asyncio, sqlaclhemy
- Language: Python
- Homepage:
- Size: 165 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastAPI Template
## Dependencies
- [FastAPI](https://fastapi.tiangolo.com/)
- [Pydantic](https://pydantic-docs.helpmanual.io/)
- [SQLAlchemy](https://docs.sqlalchemy.org/en/20/)
- [alembic](https://alembic.sqlalchemy.org/en/latest/)
- [uvicorn](https://www.uvicorn.org/)