BobaShare is an app dedicated to help groups and nonprofits fundraise money for buble tea purchases in order to run events. The site partners with local bubble tea shops and small businesses in order to allow local shops to gain more traction.
View our demo here:
Natasha Valluri: UI/UX Designer
Grace Shao: Frontend Developer
Natasha Setiadi: Frontend Developer
Alex Shen: Backend Developer
Adi Shah: Backend Developer
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To begin, clone this repository
git clone https://github.com/AlexShen101/BobaTalks-Hackathon.git
Then, install dependencies
npm install
# or
yarn
To get the backend running, do the following
cd backend
npm run start
# or
yarn start
To get the frontend running, do the following
npm run start
# or
yarn start