Class: 3354.002
Professor: Srimathi Srinivasan
Team Name: HackMate (👉゚ヮ゚)👉
- Vaishali Sathiyachalam
- Naomi Ntuli
- Hrishikesh Srirangam
- Earl Velasquez
- Dhakshin Parimalakumar
- Ifrah Zainab
- Saivishaal Sureshkannan
- Rajit Goel
Before running the application, ensure you have the following installed on your system:
- Node.js (LTS)
- npm (comes with Node.js)
- Git (optional, for cloning the repository)
- Visual Studio Code (VSCode)
Open a terminal and run the following command to clone the repository:
git clone https://github.com/ihatepeanuts32/HackMate.gitOpen two terminals and move into the project folder on both terminals:
cd /workspaces/HackMateInstall the dependencies needed for both frontend and backend (one on each terminal):
# Navigate to the backend folder and download its dependencies
cd backend
npm install
# Navigate to the frontend folder and download its dependencies
cd frontend
npm installStart the frontend and backend servers on their respective terminals:
# Run this line on the backend terminal then the frontend terminal
npm run devIf not already prompted to open the site, navigate to http://localhost:5173/ on your local browser.