Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)