cucuso / rate-me

0 stars 0 forks source link

Additional requirements to install app on local env #4

Closed interactivetech closed 8 years ago

interactivetech commented 8 years ago

Need mongodb to run app

Additional steps to run app:

  1. Install MongoDB 2.Run mongoDB
  2. Then run app: node server.js
  3. view on http://localhost:8080

-Steps for Mac to install MongoDB:

install Homebrew, run command brew update brew install mongodb

-To run mongodb: sudo mongod

-NOTE:

after running npm install in main project folder, I still need to do the following npm install express npm install passport