Overview

This is requirements for 'Geeky Contact List'

Contact UI

https://codepen.io/brian-baum/pen/BqEyL

Instruction

  1. Develop GET /contacts API to list all contacts
  2. Develop POST /contacts API to create new contact
  3. Develop GET /contact/:id API to get contact information
  4. Develop PUT /contact/:id API to update contact information
  5. Develop DELETE /contacts/:id API to remove contact from list
  6. Develop GET /contacts?name= API to search contact by name