You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Route : /api
HTTP Method : POST
Description : This method creates a new person. The request body should contain the name of the 'person'
Find Person (GET)
Route : /api
HTTP Method : GET
Description : This method retrieves a person from database either by name if name was given or gets all persons in the database if not given
Modify Person (PUT)
Route : /api
HTTP Method : PUT
Description : This method retrieves a person from database by name then modifies the name
Delete Person (Delete)
Route : /api
HTTP Method : DELETE
Description : This method removes a person from database by name