A simple dashboard created with Python 3.9.4 and Flask 2.0
visualize the trends of the most used applications in some important cities of Venezuela as a network administrator in a telecommunications company (the measurements stored and displayed in this app are not real).
Clone this repository GitHub and create a virtual environment
git clone https://github.com/metalpoch/Traffic-Access-Dashboard.git
cd Traffic-Access-Dashboard/
python -m venv venv
source venv/bin/activate
Use pip to install the modules in the file requirements.txt
pip install -r requirements.txt
export FLASK_APP=run.py
export FLASK_ENV=development
flask run
python run.py