Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 499 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 499 Bytes

soggy-nachos

not an application about soggy nachos

Starting Mongo Server

  1. Install MongoDB: http://docs.mongodb.org/manual/installation/
  2. Run mongod in terminal (in any directory)

Starting Server

  1. Navigate to node-server directory in terminal
  2. npm install
  3. Start MongoDB server
  4. nodemon app.js
  5. http://localhost:8080/

Starting Client

  1. Navigate to client directory in terminal
  2. bundle install
  3. bundle exec shotgun
  4. http://localhost:9393/