The entire project was developed in the duration of the hackathon.
//to run server
- cd Backend/ - (go in backend folder)
- npm install - (to install node modules)
- npm run dev - (make sure not to be connected to any internet proxy mongoose is giving error in proxy use mobile internet)
// in frontend
- cd Frontend/
- npm install
- npm run dev
- open link
enjoy