You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. You must run Json server (db.json) in port 4000 ($ json-server --watch db.json --port 4000). If you have not installed Json server install in your computer -- npm i json-server -g