Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 225 Bytes

File metadata and controls

9 lines (8 loc) · 225 Bytes

RESTfulAPI

Contact CRUD Information app that uses node.js, express and mongoDB

The endpoints available:

  • Get /api/contacts
  • POST /api/contacts
  • GET /api/contacts/:id
  • PUT /api/contacts/:id
  • DELETE /api/contacts/:id