msenejoa / Data-Dashboard

A simple graph template utilizing c3.js, bootstrap and python-flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-Dashboard

A data visualization web app using Python, Flask, Bootstrap, JavaScript, HTML/CSS and C3.JS for a charting library.

Requirements

  • Python 2.7

Stack

Getting started

Clone the repo and install dependencies:

$ git clone https://github.com/msenejoa/Data-Dashboard Data-Dashboard

Open the directory, create and activate a virtual environment:

$ cd Data-Dashboard
$ virtualenv venv
$ source venv/bin/activate

Install required dependencies:

$ pip install -r requirements.txt

Run the app:

$ python app.py

Point your browser to localhost:5000

The data is being read from a csv which is located in:

/static/assets/data

The javascript c3.js code is located in:

/static/assets/js/c3.js

About

A simple graph template utilizing c3.js, bootstrap and python-flask


Languages

Language:JavaScript 67.5%Language:HTML 21.7%Language:CSS 10.3%Language:Python 0.5%