FastAPI SQLModel boilerplate for async Python APIs using Docker and Celery
Starter backend that scaffolds an async FastAPI API with SQLModel ORM, Celery background tasks, Redis, and Docker Compose for local infrastructure. Provides OAuth2 access/refresh authentication, an admin dashboard, Alembic migrations, and TypeScript SDK generation. Suited for building REST APIs, microservices, or SaaS backends in Python.
0