Skip to content

metalpoch/Traffic-Dashboard

Repository files navigation

Traffic-Access-Dashboard

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).

alt text

Installation

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

Use

Using flask run
export FLASK_APP=run.py
export FLASK_ENV=development
flask run
Using app.run()
python run.py

Licence

MIT

About

A simple dashboard created with Python-Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published