Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Simples restapi criada com json-server
- Host: GitHub
- URL: https://github.com/daniloab/simplerestapi
- Owner: daniloab
- Created: 2018-04-12T18:10:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T18:11:46.000Z (almost 7 years ago)
- Last Synced: 2024-10-18T09:14:47.178Z (3 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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