Dockerized FastAPI boilerplate with SQLAlchemy, Pydantic, and PostgreSQL.
A Docker-ready FastAPI boilerplate using SQLAlchemy models and Pydantic schemas for structured API development. It provides a Docker Compose configuration with a PostgreSQL service and PgAdmin, references Alembic for migrations, and is suited for building REST APIs and backend microservices.
0