Skip to content

CalHacks 2024 Project with Subham Mitra, Andrew Falcon, Edan Gortzak, Rohan Gopalam, and Dennis Koh

Notifications You must be signed in to change notification settings

subham2006/mentora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Install & Start Frontend

git clone git@github.com:subham2006/calhacks.git
cd calhacks
cd frontend
npm install
npm start

Install & Start Backend

cd backend
npm install
node server.js

env file

Create a .env file in the frontend and backend directory and add the following:

REACT_APP_LOCAL_IP = 'YOUR_IP_ADDRESS'

You can get your IP address by running ipconfig getifaddr en0 in the terminal.

Alteratively, when you run npm start, the terminal will print your IP address.

About

CalHacks 2024 Project with Subham Mitra, Andrew Falcon, Edan Gortzak, Rohan Gopalam, and Dennis Koh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5