akmadhwa / Chatapp

💬Chat App using Socket.io and node js
http://tuyul.herokuapp.com
2 stars 3 forks source link

Chatapp db #6

Open shraddha213408 opened 7 years ago

shraddha213408 commented 7 years ago

Added MongoDB. Please verify. if anything needs changing let me know.

shraddha213408 commented 7 years ago

I forgot to write a instruction file for MongoDB. I will put it here for you.

  1. brew update
  2. brew install mongodb
  3. mkdir -p /data/db
  4. Set permissions - sudo chown -R $USER /data/db
  5. mongod (one terminal)
  6. mongo (another terminal to check manually)
  7. another terminal to run the project.

You can follow this article : https://scotch.io/tutorials/an-introduction-to-mongodb