AngularTodos

A lecture given to the students of MakerSquare Cohort 29.

The master branch has the boilerplate code so you can fill everything out yourself. The solution branch has the completed solution.

To run on your computer, you need:

  1. MongoDB
  2. Node
  3. Nodemon

To start:

  1. Clone down the repo with git clone <url of git repo>
  2. Make sure mongod is running
  3. in the root of the AngularTodos project, run npm run watch to start nodemon
  4. go to http://localhost:8080/ in your browser