by Ashton Penalacia, Sebastian Garcia, Sophia Cardona Nader, and Haylee Zuba
Horizon Help is a student made API designed to assist those affected by wildfires. Our application stands out from other assistance apps because we offer means of assistance before, during, and after fires occur. Some of the features of our API include:
Real-Time Alerts
Evacuation Routes
User data authentication, storage, and retrival
Connection to helpful resources
- Clone the repository:
git clone https://github.com/aj202088/HorizonHelp.git
- Navigate to backend:
cd HorizonHelp cd backend/src
- Start up the backend server:
node .\server.js - Navigate to the frontend on new terminal:
cd .HorizonHelp cd frontend/src
- Install Dependencies:
npm install
- Run the file:
npm run dev