This is a web application that allows users to vote for their favorite movie and displays the best movie based on the number of votes.
- Java
- Spring Boot
- Thymeleaf
- Hibernate
- PostgreSQL
- Users can vote for their favorite movie.
- The best movie is displayed based on the number of votes.
- Users can add new movies to the database.
- Navigate to the home page.
- Click the "Vote for your favorite movie!" link to vote for your favorite movie.
- Click the "Find the best movie!" link to see the best movie based on the number of votes.
- Click the "Add a movie" link to add a new movie to the database.