- User Module
- Student Module
- Rest API using Spring Boot and Mysql
- Authentication applied with token based using spring security
- Spring Boot
- Spring Data JPA (Hibernate)
- MySQL
- Spring Security
User:
- /addrole (here need to insert the role into database before register like: ROLE_ADMIN)
- /register
- /login
- /getuser/{email}
Student:
- /addstudent (Authentication applied)
- /getallstudents
- /updatestudent/{id} (Authentication applied)
- /deletestudent/{id} (Authentication applied)
- /getstudent/{id}
- /getstudents/{firstName}