This is a simple demo app for the usage of Flask Framework, an web micro-framework written in Python
For the startup of this project, install all libraries that are included in requirements.txt file with this command:
pip3 install -r requirements.txt
cd app
python3 app.py
For automate all the commands that are now listed, run this script that I prepared for you:
./run-app.sh
In this script are executed all the commands that are necessary for the app startup