WEB QUIZ ENGINE
In this project, a backend-end engine is developed for a REST API using Spring Boot.
The web quiz engine allows a user to add quizzes to the database, read the already available quizzes and answer them.
The new users have to register beforehand, each user has a separate data for the quizzes they have added and completed. The users can also delete the questions made by them from the quiz db.
Using spring security the quiz, and the users' database is protected with an encrypted password.