A production-ready Todo API service built with FastAPI, PostgreSQL, and SQLAlchemy. Includes full CRUD operations for users and todos, comprehensive unit tests, and automated database table creation.
A FastAPI + SQLAlchemy + Postgres backend starter — a Python port of the NestJS nest-forge project. It ships an identity / RBAC / auth / logging foundation: every table from the data model, all the ...