Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nemuba/nlw-server


https://github.com/nemuba/nlw-server

Last synced: 5 days ago
JSON representation

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]
}
```