Opinionated web project template for building projects with AI.
- Framework: FastAPI
- Python: 3.12+
- Package Manager: uv
- Database: PostgreSQL (SQLAlchemy + psycopg2)
- Validation: Pydantic
- DB Migrations: alembic
- Task Queue: arq
- HTTP Client: httpx
- Test must pass: run
make testand fix any errors. - Run
make lintto check code style. - Run
make openapito generate new OpenAPI schema.