Skip to content

Upload a CSV file with prescribed format which will generate line graph according the data points provided

Notifications You must be signed in to change notification settings

shareef1918/GraphGenerator-from-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphGenerator-from-csv

Upload a CSV file with prescribed format which will generate line graph according the data points provided

This project was generated with Angular CLI version 1.0.2.

Development server

Move to Angularjs folder from terminal. Run npm install to download all the dependencies. Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Nodejs

Move to nodejs folder from another terminal. Run npm install to download all the dependencies. Run npm install nodemon --save to run nodejs project using nodemom. Run npdemon server.js to run node server using the port 3000 like http://localhost:3000.

Mongodb

Download and install mongodb. Run mongo server at port 27017

Sample CSV structure

Use the attached SampleFile.csv for format of data.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

Upload a CSV file with prescribed format which will generate line graph according the data points provided

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published