/quiz-creator

rest api application which will help you to add and solve quizzes of your choice

Primary LanguageJava

Table of contents

General info

This project is a quiz creator. You can create quizzes which can also be solved here. You can register a user using Spring Security (basic authentication) and this user will be able to interact with the quizzes they have created. The responses are paginated ready to be used by frontend layer.

Technologies

Project is created with:

  • Java: 11
  • Spring: 2.4.3
  • Other technologies used: Spring Security, H2 db, JPA

Setup

To run this project clone it and run using gradle wrapper.