FastAPI and MongoDB Cookiecutter template for production-ready asynchronous backend services
A Cookiecutter template that scaffolds asynchronous RESTful APIs using FastAPI, Motor with MongoDB, Python 3.10+, and Docker. It provides health checks, CRUD endpoints, Swagger API documentation, Dockerfile/docker-compose, a Makefile, and a pytest-based test suite. Suited for building microservices or backend REST APIs that require high-concurrency async I/O.
0