https://github.com/rohitroy-github/springboot-quiz-app
A quiz application made using Spring Boot keeping the MVC concept in mind.
https://github.com/rohitroy-github/springboot-quiz-app
Last synced: 3 months ago
JSON representation
A quiz application made using Spring Boot keeping the MVC concept in mind.
- Host: GitHub
- URL: https://github.com/rohitroy-github/springboot-quiz-app
- Owner: rohitroy-github
- Created: 2024-11-04T12:08:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T21:06:47.000Z (8 months ago)
- Last Synced: 2025-02-12T11:53:31.810Z (5 months ago)
- Language: Java
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readMeRohit.txt
Awesome Lists containing this project
README
This is a Java SpringBoot project where I'm making a quiz which is having 4 options to a question and one right answer.
Reference
https://www.youtube.com/watch?v=vlz9ina4Usk&t=3273s
UpdatesPOST http://localhost:8080/question/category/Java is working
GET http://localhost:8080/question/category/Java is working
GET http://localhost:8080/question/allquestions is working