Minimal FastAPI starter with async DB, Alembic, and Docker
A minimal asynchronous FastAPI boilerplate providing PostgreSQL integration, async SQLAlchemy models, Alembic migrations, and Docker deployment. It includes access and refresh token authentication, user management endpoints, an asynchronous pytest configuration, and example CRUD routes, suited for API-first services and small backend projects.
0