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
- Host: GitHub
- URL: https://github.com/ramonxm/mycontacts-api
- Owner: ramonxm
- Created: 2021-09-13T12:35:02.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-06T12:47:40.000Z (about 3 years ago)
- Last Synced: 2025-03-29T14:16:55.846Z (10 months ago)
- Topics: docker, express, insomnia, nodejs, nodemon, postgresql
- Language: JavaScript
- Homepage:
- Size: 240 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)