How to run this project locally
- install mongodb and create a database and some details
- update the /backend/.env file as per required details given in that file
- update the /frontend/.env file as per required deatils given in that file
- now run this command: systemctl start mongod
- go to /frontend folder & run these two commands: npm install & npm run dev -- --host
- go to /backend folder & run these two commands: npm install & npm run dev
- you can access the forntend page in broswer at: your_ip_address:5173 & backend page at: your_ip_address:5000