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
There should be .env.example file in both front-end and backend files , it will help a lot for contributors to setup it locally well
"VITE_API_URL=http://localhost:5000" URL path mentioned in readme file under the getting started section , it's an wrong path it should be "VITE_API_URL=http://localhost:5000/api" , it was causing an issue connecting frontend to backend while setting up locally