a simple rest api server built with spring boot
- Spring web
- for setting up a http rest server
- Logbook
- for loggin all incoming and outgoing requests into log files
- Spring JPA
- for db access
- enroll (POST)
- add a student into the system
- update (POST)
- update the student's name and address by ic
- list (GET)
- list all students by pagination
- add (POST)
- add a user by calling to another service
- can be found in the folder "Postman Scripts"