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

https://github.com/daniloab/simplerestapi

Simples restapi criada com json-server
https://github.com/daniloab/simplerestapi

Last synced: 3 months ago
JSON representation

Simples restapi criada com json-server

Awesome Lists containing this project

README

        

# RESTapi

RESTapi usando json-server.

## Instalação

```bash
$ npm install -g json-server
```

```
json-server info.json
```

## Rotas

```
GET /boletos
GET /boletos/1
POST /boletos
PUT /boletos/1
PATCH /boletos/1
DELETE /boletos/1