FastAPI + async SQLAlchemy backend template for enterprise REST APIs.
A FastAPI backend template that provides an async SQLAlchemy-based API scaffold with JWT access/refresh authentication, role-based access control, Redis caching, and background job support. Includes Docker configuration and runnable modes (Uvicorn/Gunicorn), generic CRUD repository classes, and pytest-based test utilities β suited for building enterprise REST APIs.
0