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.
- Host: GitHub
- URL: https://github.com/durgesh2001/quizapplication
- Owner: durgesh2001
- Created: 2025-05-31T11:51:48.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-05-31T15:56:25.000Z (4 months ago)
- Last Synced: 2025-06-01T03:58:29.685Z (4 months ago)
- Topics: jparepository, postgresql, postman, spring-boot
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.