Skip to content

juanhg/react-node-videogame-sales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React-Node Videogame Sales

Prerequisites

  • Node.js

  • MongoDB

Installing

Create videogames mongodb collection:

mongo import -d videogamesdb -c videogames --type csv --file vgsales-clean.csv --headerline

Install node_modules:

npm install

Running

Run mongodb, the node server, and the start script:

mongod
node server.js
npm start 

Open http://localhost:8080/ in your browser

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors