daniloab / simplerestapi

Simples restapi criada com json-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RESTapi

RESTapi usando json-server.

Instalação

$ 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

About

Simples restapi criada com json-server