FastAPI REST API boilerplate with database, Celery, and Docker.
A FastAPI REST API template preconfigured with a database, Celery-based background task support, and Docker Compose for containerized deployment. It provides CRUD endpoints, request validation, logging, and a testing configuration suitable for building APIs or backend services that require background jobs and persistence.
0