Simple voting Web application using J2EE and Spring-Boot
Uses Tomcat, Spring MVC, JPA, JDBC, MySQL and Thymeleaf.
Will connect to MySQL database logging in as root user with designated password. votingSystem schema and citizen and candidate tables must be created and must have tuples inserted manually and the application will keep track of each citizens vote for each candidate. Candidates can only vote once.