General list of dependencies
Python3 Flask JSON Venv
python3 -m venv venv
. ./venv/bin/activate
pip install Flask
flask run
optionally export FLASK_ENV=development
if you want to make changes to the python and have them immediately reflect without having to rerun the flask app.