A simple API REST for experiencing testing frameworks
- MongoDB
- Node & Npm
- git clone https://github.com/fredmoreira/phone-book
- npm install
- npm start
You must use Content-Type: application/json
- GET /contacts?parameter= You can use name or mobilephone and homephone
- POST /contacts
- DELETE /contacts/:id
- PUT /contacts/_id
- Parameters "name" and "mobilephone" are required in POST method.