FastAPI and PostgreSQL starter for containerized Python REST APIs with migrations
Starter kit providing a FastAPI backend scaffold with PostgreSQL, containerization, Alembic migrations, and SQLAlchemy-based ORM models. It includes Docker Compose, a testing configuration, and a development workflow using Poetry and Uvicorn. Suited for building containerized REST APIs and backend services that require a relational database.
0