Skip to content

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! ๐Ÿš€๐Ÿ“‹๐Ÿงฎ

Notifications You must be signed in to change notification settings

swasdas/QuizApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

QuizApp

Tech Stack: Java 17, Spring Project, PostgreSQL, JPA, Maven, Lombok, Postman, Git

Refer to the issue fixes for this project here.


API-1 Demo: Get all Questions

Question-API-get-all-questions.mp4

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! ๐Ÿš€๐Ÿ“‹๐Ÿงฎ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages