json server and github code example
Example 1: json-server
#Install JSON Server
npm install -g json-server
#Start JSON Server
json-server --watch db.json
Example 2: db.json
json-server --watch db.json
#Install JSON Server
npm install -g json-server
#Start JSON Server
json-server --watch db.json
json-server --watch db.json