npm install
npm start
npm instal -g json-server
json-server --port 3001 generate.js
json-server will allow you to see the "server info" on localhost:3001, as well as in postman.
npm install
npm start
npm instal -g json-server
json-server --port 3001 generate.js
json-server will allow you to see the "server info" on localhost:3001, as well as in postman.