This is a simple microservice example.
Created using 2 Flask application and Frontend using Angular.
Each application is dockerized, and then run simultaneously using Docker compose.
Install Docker engine and docker-compose [Ignore if already installed].
Clone the repo.
Open terminal in project root directory.
Execute the command docker-compose up -d
Open a browser and nevigate to localhost:4200
Flask blog app is created from this tutorial.
Flask Todo app is cloned from this github repo.