Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 358 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 358 Bytes

HackBar Team - GDSC Hackathon 2024 Repository

Run the App

backend

In the backend folder

  • set the .env file
  • install the dependencies
    npm i
    
  • run the backend
    npm start
    

frontend

In the frontend folder

  • install the dependencies
    npm i
    
  • run the frontend
    npm run dev
    

Key Features