MEAN Stack learnings
Tuesday, September 27, 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
Wednesday, September 14, 2016
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
Commit to BitBucket GitHub MEAN Stack
git status
git add .
git commit . -m "Message.."
git push
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)