Python FastAPI boilerplate with Uvicorn and Gunicorn for async APIs
Boilerplate for building asynchronous Python web APIs using FastAPI with containerized deployment support. Includes Docker Compose configuration, optional PostgreSQL/Redis integrations, Celery for background tasks, distributed JSON logging, SQLAlchemy/plain-SQL support, and pytest-based API testingβsuited for API-first services and microservices.
0