It lets you select the number of questions that will be presented to you, and after you answer all of them, presents you with your score
- git clone
- import the database in /src/main/resources/data.sql
- ./mvnw spring-boot:run
- go to localhost:8080 on the browser
Make the app show details after you submit your quiz (what answer was right if you got a given question wrong)Structural improvements