Skip to content

antoanetad78/Data-Representation-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project uses MongoDB as a persistent data store. Installed MongoDB is assumed. Before starting the project for the first time, please run the following scripts:

  1. In the root directory of the project, please run:

###npm install

  1. To seed the data into the database, in the root directory of project, please run:

npm run seed

  1. In the client/ directory, please run:

npm install

  1. To start the app, please run:

npm run dev

Runs the app (server and client concurrently) in the development mode.
Open http://localhost:3000 to view it in the browser. The server listens on port 3001.

  1. The database is created by the "seed" script and populated with the data from the dataset.csv file provided. Please, keep the csv file in the root directory of the project. The "seed" script automatically populates the database with a single collection called "sample", that contains 2000 documents ( corresponding to the 2000rows of the .csv file), each with 201 fields - an _id and 200 variables, corresponding to the 200 variables in the .csv file.

About

A small data representation project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published