Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 699 Bytes

File metadata and controls

12 lines (10 loc) · 699 Bytes

Flask-MonitoringDashboard-Tutorial

This repository is a part of a tutorial on how to use Flask-Monitoring-Dashboard, visit the tutorial here

Running the application

  • 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

Interaction

Now you can go to localhoost:5000 to visit the application or localhoost:5000/dashboard to visit the Monitoring service.