/Web-Quiz-Engine

A simple Web Quiz Engine is implemented via Spring Boot. Uses JSON to exchange data with client side, and capable to process REST requests: GET, POST, PUT, DELETE and PATCH.

Primary LanguageJava

Web Quiz Engine -> Education project of Hyperskill.org

/api/quizzes:

POST: Create a quiz.

GET: Get all quizzes with paging.

/api/quizzes/completed:

GET: Get all completions of quizzes with paging