Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 874 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 874 Bytes

PhoneBook Circle CI

A simple API REST for experiencing testing frameworks

Depedencies

  • MongoDB
  • Node & Npm

Setup

Run server

  • npm start

Header

You must use Content-Type: application/json

Methods available for this version

  • GET /contacts?parameter= You can use name or mobilephone and homephone
  • POST /contacts
  • DELETE /contacts/:id
  • PUT /contacts/_id
Comments
  • Parameters "name" and "mobilephone" are required in POST method.

Use manually test