Skip to content

d3 visualization ofSuicide data of India from the years 2003 to 2012. D3 with Angular 1.6, Node JS and MySQL

Notifications You must be signed in to change notification settings

arunabellgutteramesh/d3visualization

Repository files navigation

d3visualization

Here, suicide dataset is analysed with various appropriate visualisations. A detailed report is attached in the repo.

Application

Front-end : Angular JS, D3.js

Middleware : Node JS, Express

Backend : MySQL DB

Steps:

  1. Download the files

DB setup

  1. Setup mysql server in local DB
  2. Setup mysql work bench
  3. create an sql connection
  4. update this connection in "db.js" under the "dataAccessLayer" folder
  5. create a schema "DMV_Schema"
  6. import csv file provided into mysql DB, under DMV_Schema, inside the table structure

Node JS setup

  1. instal node and npm
  2. install node_modules with the command "npm install" on terminal at the project location
  3. once node_modules are installed, run the application with command "node app.js"
  4. open http://localhost:8080/

About

d3 visualization ofSuicide data of India from the years 2003 to 2012. D3 with Angular 1.6, Node JS and MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published