Built using - flask, dc, d3, bootstrap.
Live Demo of the site - https://fundwise-karvy.herokuapp.com/
Wait for 10 secs for the data to load. Don't reload!
- Clone the repo and go to d3_dc_dashboard.
- Create a virtual environment -
$ virtualenv venv
- Activate virtual enve -
$ source venv/bin/activate
- Install requirements -
$ pip install -r requirements.txt
- Host the app. -
$ python dashboard.py
HOLA! your app is ready - visit http://localhost:8080/ in your PC.