Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daniloab/simplerestapi

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

Last synced: about 1 month 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