FastAPI and PostgreSQL boilerplate for containerized REST APIs with Docker Compose
A boilerplate for building REST APIs using FastAPI and PostgreSQL. Includes JWT authentication, layered controller/service/repository structure, request/response schema validation, OpenAPI docs, Docker Compose setup, and database migration support. Suitable for API backends, microservices, and data-driven services.
0