Skip to content

nguyennhukhanh/management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Khanh Nguyen

For the owner

💦 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

About

Student management with Spring Boot✨

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages