Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nemuba/nlw-server
https://github.com/nemuba/nlw-server
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nemuba/nlw-server
- Owner: nemuba
- Created: 2020-06-28T18:56:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T03:07:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T21:56:40.839Z (almost 2 years ago)
- Language: TypeScript
- Size: 400 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NLW RocketSeat - SERVER
## Endpoints:
Items:```json
GET items: {
"id": 1,
"title": "Baterias",
"image_url": "baterias.svg",
}
```Ponto de coleta:
```json
GET points: {
"name": "Mercado do Zé",
"email": "[email protected]",
"whatsapp": "(12) 99999-9999",
"uf": "SP",
"city": "Ubatuba",
"longitude": -43.566565,
"latitude": -43.566565,
"items": [1,2,3,4,5,6]
}
``````json
POST points: {
"name": "Mercado do Zé",
"email": "[email protected]",
"whatsapp": "(12) 99999-9999",
"uf": "SP",
"city": "Ubatuba",
"longitude": -43.566565,
"latitude": -43.566565,
"items": [1,2,3,4,5,6]
}
```