FastAPI boilerplate for REST APIs with clean architecture and migrations
Base FastAPI project implementing a clean architecture for REST APIs, with example user/post/tag models and role-based JWT authentication. Includes database migrations, dependency-injection service-repository wiring, integration tests using a real database, and support for containerized deployment (Docker/Kubernetes).
0