This is a web-based election voting system created using Spring Boot, Thymeleaf and MySQL, that allows users to vote for their favorite candidates.
- Users can register and login to the system
- Admins can register and login to the system
- Users can vote for their favorite candidates
- Admin users can view the candidate counts.
- Clone this repository to your local machine.
- Create a new database in MySQL and add its details to the
application.properties
file. - Open the project in an IDE and run the
VotingAppApplication
class. - Access the application at http://localhost:8080/