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
This app depicts routing in react application using react-router-dom
It uses a json-server build with db.json. To run this server use: json-sevrer --watch db.json --port 6556 (In our app we have used 6556 port for requests)