/JsonServerPlayground

JSON-Server Playground

Primary LanguageJavaScriptMIT LicenseMIT

JSON-Server Playground

This repository is a playground for json-server.

Use this repository

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"