Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

16 lines (16 loc) · 1.04 KB

Flask Based Microservice

Open in Visual Studio Code CI to Docker Hub

Description

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.

Usage

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.