SE-Fall2024 / MovieRecommender

As part of our curriculum in NCSU's CSC 510 course, we have developed a movie recommendation system that suggests movies to users.
MIT License
0 stars 0 forks source link

Implement "Like" Button Functionality and Display of Like Count on Movie Details Page #16

Closed sathwik02022002 closed 2 weeks ago

sathwik02022002 commented 2 weeks ago

Add a "Like" button on the movie details page of the Movie Match web application to allow users to express their interest in a particular movie. When clicked, the "Like" button should increment the number of likes associated with the movie, and this count should be stored in the database to persist across sessions. Additionally, display each movie's current count of likes on its details page.

sathwik02022002 commented 2 weeks ago

Completed and commited.