Fake Backend API using JSON Server

Simple Fake Backend using JSON Server. Official docs

JSON Server run in localhost

Preparation
Install via npm:

Create db.json file

Run via terminal/CMD

Open localhost:3000

Test GET users with localhost:3000/users

GET all users

Test GET users with localhost:3000/users/?id=1

GET with filter

Create User by POST localhost:3000/users/

POST users

--

--

Software Engineer, Indonesia

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store