FastAPI backend template with Tortoise ORM, RBAC, and async architecture
Production-ready FastAPI backend template providing a three-layer (API → Service → Repository) asynchronous architecture. Includes user management, role-based access control (RBAC), JWT authentication with Argon2-hashed passwords, Tortoise ORM with Aerich migrations, Redis caching, and Docker-ready deployment; suited for REST APIs and SaaS backends.
0