An open API service indexing awesome lists of open source software.

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.

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

Updates

POST 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