npm i --save-dev json-server <add db.json file> npx json-server --watch db.json # to change port npx json-server --watch db.json --port 8000