Flask + OpenAPI minimal REST microservice boilerplate in Python
A minimal REST API microservice implemented in Python using Flask and an OpenAPI/Swagger specification. It provides CRUD endpoints backed by a MongoDB datastore and includes containerization files for Docker-based deployment. Suited for small microservices, prototypes, or learning projects that need a lightweight HTTP API with OpenAPI documentation.
0