FastAPI Backend Template FastAPI with PostgreSQL, async SQLAlchemy 2.0, Alembic migrations, and Docker. Tech Stack - Framework : FastAPI - Language : Python - ORM : SQLAlchemy 2.0 (async) - Migrations : Alembic - Database : PostgreSQL Prerequisites - Python 3.11+ - Docker (recommended) - PostgreSQL Setup 1. Clone the Template If the directory is not empty: 2. Remove Git History (Optional) 3. Setup Virtual Environment 4. Setup Database Configure PostgreSQL and run Alembic migrations. Development ---