npm install
server : open terminal and run it
json-server --watch db.json --port 3000
fronted : open another terminal and run it
npm run dev