The Fashionister A Fashion Design Style Management Sytem Install JSON sever as follows: npm instal json-sever OR npm instal -g json-sever make sure to run JSON server watch command on the your terminal using PORT 4000 as shown below json-server --watch db.json --port 4000 OR npx json-server --watch db.json --port 4000