An open API service indexing awesome lists of open source software.

https://github.com/ramonxm/mycontacts-api

🎯 | API with contact listing data
https://github.com/ramonxm/mycontacts-api

docker express insomnia nodejs nodemon postgresql

Last synced: 6 months ago
JSON representation

🎯 | API with contact listing data

Awesome Lists containing this project

README

          

# MyContacts

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

## API Reference

#### Get all contacts

```http
GET /contacts
```

| Type |
| :------- |
| `string` |

#### Get contact

```http
GET /contacts/${id}
```

| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `id` | `string` | **Error**. User not found|

## How to use

```shell
$ npm install
// or yarn
```

```shell
$ npm run dev
// or yarn dev
```


## Authors

- [@ramonxm](https://github.com/ramonxm)