FastAPI
FastAPI + Postgres
Python API with a managed database.
FastAPI + SQLModel starter that provisions a managed Postgres add-on and wires DATABASE_URL for you. Alembic migrations on first boot.
Includes managed add-ons
postgres — provisioned automatically on first deploy.
Setup
- Click Deploy to Buildfyio.
- We provision a managed Postgres instance and inject
DATABASE_URL. - The first boot runs
alembic upgrade headbefore starting Uvicorn. - Your API is live at
<slug>.buildfyio.app/docs.