This is requirements for 'Geeky Contact List'
https://codepen.io/brian-baum/pen/BqEyL
- Develop
GET /contacts
API to list all contacts - Develop
POST /contacts
API to create new contact - Develop
GET /contact/:id
API to get contact information - Develop
PUT /contact/:id
API to update contact information - Develop
DELETE /contacts/:id
API to remove contact from list - Develop
GET /contacts?name=
API to search contact by name