====== Build a Real app with Node.js, Angular.js and MongoDB ====== * Tools needed: * SublimeText * [[https://mlab.com/|MongoLAB account]] * install powershell * Initial setup: mkdir my_project cd my_project npm init # after that install the needed packages: npm install express body-parser morgan --save * Also need to install **mongoose** and **bcrypt-nodejs** * Also need **jsonwebtoken**