Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nihadamirov/guizapp
This project is a Quiz project that performs CRUD operations and uses a MySQL database. The project uses technologies such as Java EE, Maven, Spring Boot, MySQL, RESTful APIs, and Postman.
https://github.com/nihadamirov/guizapp
crud-operation java mysql-database postman restful-api
Last synced: 17 days ago
JSON representation
This project is a Quiz project that performs CRUD operations and uses a MySQL database. The project uses technologies such as Java EE, Maven, Spring Boot, MySQL, RESTful APIs, and Postman.
- Host: GitHub
- URL: https://github.com/nihadamirov/guizapp
- Owner: nihadamirov
- Created: 2024-01-18T14:07:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-29T12:55:41.000Z (12 months ago)
- Last Synced: 2024-11-10T16:46:51.645Z (3 months ago)
- Topics: crud-operation, java, mysql-database, postman, restful-api
- Language: Java
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz Project
This project is a Quiz project that performs CRUD operations and uses a MySQL database. The project uses technologies such as Java EE, Maven, Spring Boot, MySQL, RESTful APIs, and Postman.
## About the Project
This project is a quiz project that includes questions from various categories (Java, Python, etc.). Each question has four answer options and one correct answer.
## Technologies
- **Java EE**
- **Maven**
- **Spring Boot**
- **MySQL**
- **RESTful APIs**
- **Postman**## Usage
1. Download the project from GitHub and set it up in your local environment.
2. Set up the MySQL database and change the configuration parameters.
3. Test the API endpoints with Postman.
4. Perform CRUD operations: add, edit, delete, and read questions.