Skip to content

jonataspinto/mycontacts-api

Repository files navigation

MyContacts

Creation of a Rest API using NodeJS, Express, Docker, Postgresql for manipulations of a contact list.

API Reference

Get all contacts

  GET /contacts
Type
string

Get contact

  GET /contacts/${id}
Parameter Type Description
id string Error. User not found

How to use

$ npm install
// or yarn
$ npm run dev
// or yarn dev

Authors