Creation of a Rest API using NodeJS, Express, Docker, Postgresql for manipulations of a contact list.
GET /contacts
Type |
---|
string |
GET /contacts/${id}
Parameter | Type | Description |
---|---|---|
id |
string |
Error. User not found |
$ npm install
// or yarn
$ npm run dev
// or yarn dev