Homework - ga-wdi-exercises/whenpresident GitHub Wiki

After the Express-Mongoose lesson

Assignment:

  1. Complete full CRUD functionality via Mongoose (completing what was started in class).

Bonus:

  1. Use form partials.
  • Extract app.js code into separate responsibilities.

Submission:

  1. Create a Pull Request to the "express-mongoose-starter" branch of this repo, from your MyName-express-mongo branch.

After the Building a MEAN app lesson (adding Angular to WhenPresident)

Assignment:

  1. Complete full CRUD for candidates using Angular (completing what was started in class).

Bonus:

  1. Support CRUD for candidate positions (except update).
  • Support ability to endorse a candidate.
  • Deploy

Submission:

  1. Create a Pull Request to the "angular-starter" branch of this repo, from your MyName-angular branch.