This repository is a part of a tutorial on how to use Flask-Monitoring-Dashboard, visit the tutorial here
- Create and activate an virtual enviroment
- install dependancies from requirements.txt using
pip install -r requierments.txt
- run
export FLASK_APP=app.py
- run
flask run
Now you can go to localhoost:5000
to visit the application or localhoost:5000/dashboard
to visit the Monitoring service.