You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A backend Java project using Spring Boot and PostgreSQL, featuring REST APIs for managing quizzes. Includes short demo videos for each API. Great for revising backend concepts! ๐๐๐งฎ
API-2 Demo: Get all Questions by category (filter)
Question-API-get-all-questions-by-category.mp4
API-3 Demo: Add a Question
Question-API-add-question.mp4
API-4 Demo: Create a Quiz (based on 3 parameters: Title, Category, No of Questions)
Quiz-API-create-quiz.mp4
API-5 Demo: Get all Quiz Questions (excludes solution and difficulty from Question model)
Quiz-API-get-all-quiz-questions.mp4
API-6 Demo: Calculate Quiz Result Based on Candidate's Answers
Quiz-API-calculate-quiz-result.mp4
This may look like a simple project, but it offers good revision of backend concepts. Happy learning! ๐
About
A backend Java project using Spring Boot and PostgreSQL, featuring REST APIs for managing quizzes. Includes short demo videos for each API. Great for revising backend concepts! ๐๐๐งฎ