First, you will need to install :
- python3.7
- pip
Then, you need to install the deps, this is done by executing the command :
pip3 install -r requirements.txt
To launch the server, activate your virtual environement if you have one, make sure all the deps are installed, then do :
export FLASK_APP=app.py
flask run
You should now have the server running on localhost:5000