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
In root directory install all modules by running command npm i and then connect database with the help of mongoose to the backend ( we can use mongodb atlas ) , then we can start the server by running node server.js if all things is done properly then it runs locally.
To start the client side , go in the client side then run npm i then npm start, frontend starts.