Pensado para devs que vienen de Node/Express: template-fastapi/ ├── main.py # App entry, middleware, routers ├── alembic/ # Migraciones SQL (como prisma migrate) │ ├── env.py │ └── versions/ ├── app/ ...
This project uses FastAPI for the API, SQLAlchemy for database models, PostgreSQL as the database, and Alembic to manage database changes over time. This README explains how to set up Alembic ...