https://github.com/archtaurus/jsonserverplayground
JSON-Server Playground
https://github.com/archtaurus/jsonserverplayground
Last synced: 11 months ago
JSON representation
JSON-Server Playground
- Host: GitHub
- URL: https://github.com/archtaurus/jsonserverplayground
- Owner: archtaurus
- License: mit
- Created: 2021-03-05T03:40:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T16:11:07.000Z (about 5 years ago)
- Last Synced: 2025-01-05T22:11:50.004Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 336 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON-Server Playground
This repository is a playground for [json-server](https://www.npmjs.com/package/json-server).
## Use this repository
``` shell
git clone git@github.com:archtaurus/JsonServerPlayground.git
cd JsonServerPlayground
npx json-server db.json
curl "http://localhost:3000/posts?_sort=createdAt&_order=desc&&_page=1&_limit=10&_embed=comments"
```