How to run the apps - Lowcrum/tagmf GitHub Wiki

Like this

update or install flask

pip install --upgrade flask

Run the main app

export FLASK_APP=tagmf.py
python -m flask run

Run the boto3 app

export FLASK_APP=boto3_flask.py
python -m flask run

Run the app open to the network

flask run --host=0.0.0.0