Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 317 Bytes

File metadata and controls

17 lines (14 loc) · 317 Bytes

api-basic

My Phone Contact App

Route http description
/api/users GET Get all the users
/api/users/:id GET Get a single users
/api/users POST Create a user
/api/users/:id DELETE Delete a user
/api/users/:id PUT Update a user with new info

To Use

npm install
npm start