Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 551 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 551 Bytes

Interactive D3 Dashboard

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!

Steps to host the in your local PC

  1. Clone the repo and go to d3_dc_dashboard.
  2. Create a virtual environment - $ virtualenv venv
  3. Activate virtual enve - $ source venv/bin/activate
  4. Install requirements - $ pip install -r requirements.txt
  5. Host the app. - $ python dashboard.py

HOLA! your app is ready - visit http://localhost:8080/ in your PC.