Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 460 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 460 Bytes

manulife_crud_practice

for practice purposes Please see attach zip and excel file.

API

localhost:3000/client/upload – for upload POST METHOD localhost:3000/client – for get all client list GET METHOD localhost:3000/client – for add new client POST METHOD localhost:3000/client/:id – for get specific client GET METHOD localhost:3000/client/:id – for delete specific client DELETE METHOD localhost:3000/client/:id – for Update client PUT METHOD