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.
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.