FastAPI template with Tortoise ORM, Celery, Docker, and JWT auth
This boilerplate provides a FastAPI project scaffold with Tortoise ORM, Aerich migrations, JWT-based user auth, Celery task queue, and containerization via Docker and docker-compose. It includes registration and password-reset email flows, file logging, and nginx + certbot configuration for TLS. Suited for building REST APIs and containerized backend services that need background jobs and user authentication.
0