Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nguyennhukhanh/management
Student management with Spring Boot✨
https://github.com/nguyennhukhanh/management
Last synced: 2 days ago
JSON representation
Student management with Spring Boot✨
- Host: GitHub
- URL: https://github.com/nguyennhukhanh/management
- Owner: nguyennhukhanh
- Created: 2022-11-10T10:30:05.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:25:42.000Z (11 months ago)
- Last Synced: 2024-04-14T16:18:43.668Z (7 months ago)
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## For the owner
```bash
💦 http://localhost:8080/admin/get-students
Method: GET@Headers
-> Authorization: Bearer access_token💦 http://localhost:8080/admin/save-student
Method: POST
@Body
-> identityCardNumber: ...
-> fullName: ...
-> email: ...
-> phoneNumber: ...@Headers
-> Authorization: Bearer access_token💦 http://localhost:8080/admin/update-student?id=...
Method: PATCH
@Body
-> identityCardNumber: ...
-> fullName: ...
-> email: ...
-> phoneNumber: ...@Headers
-> Authorization: Bearer access_token💦 http://localhost:8080/admin/delete-student?id=...
Method: DELETE
@Params
-> id: ...@Headers
-> Authorization: Bearer access_token💦 http://localhost:8080/admin/delete-students
Method: DELETE@Headers
-> Authorization: Bearer access_token💦 http://localhost:8080/admin/search?id=...
Method: GET
@Params
-> id: ...@Headers
-> Authorization: Bearer access_token```
## Working from home
- Facebook - [Khanh Nguyen](https://www.facebook.com/KWalkerNNK)