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 is build using redux to provide asynchronous capabilities to the application
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)