Friday, March 06, 2015

The MEAN stack

I've developed some notes/outlines for my Web Development 2 course on the MEAN stack (MonogoDB, Express, AngularJS, and Node) that I thought I'd share here. They introduce each MEAN component and contain code snippets that build a web app that uses a RESTful web service. Enjoy!

  1. MEAN Stack
  2. Node.js
  3. Express
  4. MongoDB
  5. Mongoose
  6. RESTful Web Services
  7. Creating RESTful Web Services with MEAN
  8. AngularJS
  9. Controllers and Services
  10. Routing
  11. Using RESTful Web APIs with AngularJS
  12. Token-Based Authentication