This is a simple project to demonstrate how to build a simple Flask RESTful API with Docker-Compose.
This is the project that was used to create the tutorial on how to create a simpleFlask RESTful API with Docker-Compose.
You can find the tutorial on Medium by clicking here.
To build this project you will need Docker and Docker Compose.
After cloning this repository, you can type the following command to start the simple app:
make install
Then simply visit localhost:5000 !