Skip to content

jnlantos/RGB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RGB

This example assumes you have RGB folder in ~/Desktop/10%/

Start Mongo:

  1. Follow instructions in http://cwbuecheler.com/web/tutorials/2013/node-express-mongo/ to download mongo.

  2. Navigate to /bin of wherever you installed Mongo and type "mongod --dbpath ~/Desktop/10%/RGB/highscores/data/". This will start mongo and tell it where to keep all the files for the database.

  3. Run 'mongo' in same directory. 'show dbs' to list all databases. We called ours 'highscores', so type 'use highscores'.

Start node:

  1. Navigate to ~/Desktop/10%/RGB/highscores/highscore/ and type npm start.

Open up localhost:3000 in a browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published