Wednesday, September 28, 2016

MongoDB Commads to see the data in collections

go to -> /usr/local/bin
>mongo
>show dbs
>use 
>show collections
>db.sessions.find()
>db.sessions.find().pretty

Commit to BitBucket GitHub MEAN Stack

  • git status
  • git add .
  • git commit . -m "Message.."
  • git push

Softwares/Steps required MEAN stack




  • GitHub, Sublime text, account for BitAccount Cloud hosting for code, 
  • Clone the repository connection to your local machine
  • Make the changes and see if the changes show up on your cloud hosting