Giter VIP home page Giter VIP logo

dash_board2's Introduction

This example makes use of node.js server with the use of npm to run the application.
Dashboard built using:
D3.js
Dc.js
Node.js
Crossfilter.js
Jquery
MongoDB

To run the application:

  1. Download MongoDB. The link is this.
  2. Install MongoDB. The link for installation procedure is this.
  3. Now navigate to the folder where you installed MongoDB and locate the bin folder. Start the mongoDB server by typing in ./mongod
    If you fund an error stating that /data/db not found, make a directory under root directory named data containing db by typing in:
    sudo mkdir -p /data/db
  4. Keep the terminal running as is and open up a new terminal. Navigate again to the same directory (bin) and import the dataset in this directory by typing in
    ./mongoimport -d donorschoose -c projects --type csv --headerline --file /path/to/sampledata.csv
  5. Install Nodejs and NPM
  6. Navigate to the dash_board2 directory using command prompt and run npm install, this will install the dependencies
  7. Navigate to the dash_board2 directory using command prompt and run npm start
  8. In your browser go to localhost:8080/index.html

dash_board2's People

Contributors

share-with-me avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.