RESTful API using Spring Boot Dependencies JPA, h2, tomcat-jasper, Spring boot web Users can add quizzes+solution to the databases using POST request get quizzes (only question and options) from database using GET request send answer to the previous request and that answer will be validated.