FastAPI, SQLAlchemy and aio_pika boilerplate with RabbitMQ and Docker
Starter boilerplate providing an async FastAPI application scaffold with async SQLAlchemy, aio_pika integration for RabbitMQ messaging, and Docker Compose configuration. Includes logging, configuration management, lifespan hooks, and a containerized development setup. Suited for building containerized async REST APIs or microservices that require background messaging and relational persistence.
0