Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatbackendguy/quizapp-springboot
Quiz App (backend) using Spring Boot + MySQL + JWT Authentication
https://github.com/thatbackendguy/quizapp-springboot
Last synced: 12 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T11:31:35.000Z (5 months ago)
- Last Synced: 2024-06-28T05:54:12.053Z (5 months 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
![ER-Diagram](ER-Diagram.png)