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

https://github.com/archtaurus/jsonserverplayground

JSON-Server Playground
https://github.com/archtaurus/jsonserverplayground

Last synced: 11 months ago
JSON representation

JSON-Server Playground

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"
```