With the backend portion tested and ready to go, the only remaining step is to switch to the frontend. In this lesson, we'll build a star-rating
Vue component that submits an AJAX request to the server each time the user chooses a rating of 1-5.
View the source code for this episode on GitHub.