This repository is structured as a Full-Stack Project with a clear separation of concerns between the backend API and the frontend client, even though they coexist in this single repository for ease ...
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.