https://github.com/thatbackendguy/quizapp-springboot
Quiz App (backend) using Spring Boot + MySQL + JWT Authentication
https://github.com/thatbackendguy/quizapp-springboot
Last synced: about 1 year ago
JSON representation
Quiz App (backend) using Spring Boot + MySQL + JWT Authentication
- Host: GitHub
- URL: https://github.com/thatbackendguy/quizapp-springboot
- Owner: thatbackendguy
- Created: 2024-06-26T04:44:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T11:31:35.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T19:20:04.401Z (over 1 year ago)
- Language: Java
- Size: 656 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz App (Backend)
Quiz App (backend) using Spring Boot 3 + Spring Data JPA + Spring Security + JWT Authentication + Role based authentication
## APIs
1. Auth:
- Create user: `/api/auth/create-user`
- Login: `/api/auth/login`
2. Department - CRUD - `/api/departments`
3. Users - CRUD - `/api/users`
4. Quizzes - CRUD - `/api/quizzes`
## ER Diagram
