By Alexander Cai, Zaki Rangwala, and Ayden Heal for Hack the North 2021.
Bridge is an innovative technology based on Twilio which allows you to get the data you need, even when you're out of range of a cellular network!
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
To run the backend server, navigate to server and download all the required dependencies :
pip install -r requirements.txt
Then navigate to the src and run main.py on port 5000
* Note : Personal Twilio Account needed to connect the server webhook to Twilio messaging service (API Keys and Account Credentials not provided)