Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 398 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 398 Bytes

Hackout-2023

The entire project was developed in the duration of the hackathon.

//to run server

  1. cd Backend/ - (go in backend folder)
  2. npm install - (to install node modules)
  3. npm run dev - (make sure not to be connected to any internet proxy mongoose is giving error in proxy use mobile internet)

// in frontend

  1. cd Frontend/
  2. npm install
  3. npm run dev
  4. open link

enjoy