Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.99 KB

README.md

File metadata and controls

23 lines (21 loc) · 1.99 KB

codepot-todo

This workshop will take you from nothing to a fully functional TODO list, with a nodejs RESTful API, mongo storage and an AngularJS frontend.

Follow the problem statements in each of the folders to work your way through the workshop. A solution folder is provided if you get stuck.

Table of Contents:

  1. Hello World
  2. Hello Server
  3. Creating a Module
  4. Hello Express!
  5. TODO List APIs
  6. Middleware
  7. Mongoose
  8. Final REST API
  9. Refactoring the Backend
  10. Serving Static Data
  11. My First Angular App
  12. Controllers & Scope
  13. Intervals & Event Loop
  14. GETting API Data
  15. POSTs and DELETEs
  16. Updating TODO status
  17. Make it Pretty