Homework - ga-wdi-exercises/whenpresident GitHub Wiki
After the Express-Mongoose lesson
Assignment:
- Complete full CRUD functionality via Mongoose (completing what was started in class).
Bonus:
- Use form partials.
- Extract app.js code into separate responsibilities.
Submission:
- 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:
- Complete full CRUD for candidates using Angular (completing what was started in class).
Bonus:
- Support CRUD for candidate positions (except update).
- Support ability to endorse a candidate.
- Deploy
Submission:
- Create a Pull Request to the "angular-starter" branch of this repo, from your MyName-angular branch.