- MongoDB - Download and Install mongodb - Checkout their manual if you're just starting.
- Node.js - Download and Iמstall Node.js, codeschool has free node and angular tutorials.
- Git - Get git using a package manager or download it.
- Grunt - Download and Install Grunt.
$ npm install -g grunt-cli
Once You are setup with git on your command line clone the repo with the command
$ git clone git@github.com:Prateek479/csv-parser.git
$ cd csv-parser
$ npm install
$ bower install
Now Once Dependencies are installed installed . start the pp with command
$ grunt
On Top Of Page you will get a link of CSV Uploader , Upload and Enjoy .