Microservices Project Template

Follow this template if you want to build a project that meets these requirements:

  • Based on Python Flask microservices.
  • Easily expandable.
  • Tested by unit, functional and integration tests through continuous integration pipelines.
  • Deployed through uWSGI and Nginx dockers.
  • Orchestrated through docker-compose or Kubernetes.

Defining the project layout of a flask application is not easy, even less one with several