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.
This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.