flask-d3-dashboard icon indicating copy to clipboard operation
flask-d3-dashboard copied to clipboard

An interactive dashboard built on Flask and D3.js

Flask-D3-Dashboard

Flask-D3-Dashboard is a working Data Dashboard project built on:

  • Flask framework
  • D3.js library
  • Bootstrap for layout

Installation

This application requires D3.js, Flask, Virtualenv , Numpy and Pandas to run.

Step 1

Download this repository in your working directory

Step 2

Install the dependencies and devDependencies using virtualenv and start the server.

$ cd /to-your-working-directory
$ pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python run.py
Step 3

Verify the deployment by navigating to your server address in your preferred browser.

127.0.0.1:5000

License

BSD3

Free Software, Yeah!