Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 600 Bytes

readme.md

File metadata and controls

41 lines (28 loc) · 600 Bytes

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