Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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✨

Awesome Lists containing this project

README

        


Khanh Nguyen

## 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)