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

https://github.com/durgesh2001/quizapplication

Developed a backend system for a Quiz Application using Spring Boot. Integrated PostgreSQL as the relational database and implemented full CRUD operations using Spring Data JPA. The backend supports functionalities such as creating, retrieving, updating, and deleting quizzes and questions, ensuring efficient data management.
https://github.com/durgesh2001/quizapplication

jparepository postgresql postman spring-boot

Last synced: 4 months ago
JSON representation

Developed a backend system for a Quiz Application using Spring Boot. Integrated PostgreSQL as the relational database and implemented full CRUD operations using Spring Data JPA. The backend supports functionalities such as creating, retrieving, updating, and deleting quizzes and questions, ensuring efficient data management.

Awesome Lists containing this project

README

          

This project is a backend system for a** Quiz Application ** developed using** Spring Boot**. It uses PostgreSQL as the database and Spring Data JPA for efficient CRUD operations. The application provides RESTful APIs to manage quizzes, questions, and user interactions.

A key feature of the application is the ability for users to generate quizzes based on their preferences. Users can specify the number of questions and select a category, and the system dynamically generates a quiz tailored to those inputs. This makes the application flexible and user-friendly, suitable for various learning or testing scenarios.