This is a Quiz application wherein teachers can create and publish questions with options, group them as modules across different subjects.
Subsequently, students can take part in the Quizzes. User & session management modules were also developed including functions like login/sign up, rest pass, score calculation, student stats, score calc, webcam, timer, dashboards for all roles (Teacher, Student, Admin)
Every GET and POST request comes to the controller, from there, the service layer for the respective entity does the operations on the database. The service layer implements JPA repository, CRUD is seamless. Data is stored in MYSQL server, and the table mapping is done using hibernate.