Flask basic folders structure
1 - Clone or download repository.
2 - Create a python virtual environment and install flask:
virtualenv venv -p python3
venv/bin/pip install flask
3 - Execute the flask project (run.py must have execute permissions: chmod +x run.py):
./run.py
By default this project will open 5001 port, try in your browser with localhost:5001