Self serviceable analytical dashboard This project self-serviceable analytics dashboard through which the user can create different kinds of figure (graphs, charts, etc.) from available data in. User can also import data externally through CSV file. User can also edit or delete figures from dashboard as per their need. This project was done in Python and chartJS was used for figures.
In the top-level folder, run the development server:
1. Update DBUtils.py with database credentials
2. pip install -r requirements.txt
3. python app.py
Go to your favorite web browser and open: http://locallhost:5000
- Flask - web framework
- Jinga2 - templating engine
- ChartJs
This application is written using Python 3.6