DEV Community

Cover image for Microservices using flask and docker
Moad Ennagi
Moad Ennagi

Posted on

Microservices using flask and docker

I was looking for examples on how to structure web apps as microservices, I found a very interesting youtube course from Kantan coding that uses kubernetes. I did not want to use kubernetes,I wanted a lightweight architecture using docker for learning purposes only.
here is the repo: https://github.com/moadennagi/microservices

Top comments (0)