Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 509 Bytes

TASKS.md

File metadata and controls

23 lines (14 loc) · 509 Bytes

ExpressJs Users API

Routes

> To Show All Users : /api/users
    > Method : GET

> To Show Single User : /api/users/single/:userId
    > Method : GET

> To Create New User : /api/users/create
    > Method : POST

> To Update Specific User : /api/users/single/update/:userId
    > Method : PUT

> To Delete Specific User : /api/users/single/delete/:userId
    > Method : DELETE

Note

Developed By Alisina Barghandan