npx create-react-app shopmate
**npm start**
npm install -g json-server

Add this JSON file

db.json

then run this

json-server --watch db.json --port 8000
json-server --watch data/db.json --port 8000