Async FastAPI template with SQLModel, Alembic, JWT auth, and Celery
A project template providing an asynchronous FastAPI backend using SQLModel (async) with Alembic migrations, JWT-based authentication, and role-based access control. It includes async CRUD endpoints, Celery task examples (Redis broker), Minio-backed file uploads, WebSocket chatbot integration, Dockerized development and production configurations, testing, and static analysis. Suited for building API-first web services and backend components for web or microservice architectures.
0