FastAPI production boilerplate with JWT auth, RBAC, and migrations.
A production-oriented FastAPI template that provides project structure, JWT authentication, Google OAuth2 support, role-based access control, an admin dashboard, and Alembic migrations. Built with Python and FastAPI, it is suited for building REST APIs and SaaS back ends prepared for deployment.
0