SimpleProject
SimpleProject copied to clipboard
This is a simple project to demonstrate how to build a simple Flask RESTful API with Docker-Compose.
Simple Project
This is a simple project to demonstrate how to build a simple Flask RESTful API with Docker-Compose.
What is this project about?
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.
Requirements
To build this project you will need Docker and Docker Compose.
Deploy and Run
After cloning this repository, you can type the following command to start the simple app:
make install
Then simply visit localhost:5000 !