FastAPI template with async PostgreSQL and Redis pooling for REST APIs
A production-ready FastAPI template providing JWT authentication, per-user rate limiting, async PostgreSQL and Redis connection pooling, standardized API responses, and unified logging. Includes Docker and a Gunicorn+Uvicorn production stack; suited for building scalable REST APIs that use async database and cache access.
0