Due: Thursday November 5, 11pm
Using as starter code the hw4 branch, create a system similar to the star-rating system we did in Lecture 10, but based on thumbs up and down ratings instead.
The starter code contains all the server-side code you need; you only need to edit views/default/index.html
.
Please read that file carefully before working on the homework.
The following summarizes the desired behavior:
I gave you a very good amount of starter code, so much in fact that you can do this assignment by writing ~20 lines of code.
So don't just do this assignment: also try to understand in detail how it works, and do the reading assigned for Lecture 10.