Skip to content

fredmoreira/phone-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple API REST for experiencing testing frameworks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •