Bountee is team TBDJ's 2025 5C Hackathon project.
  
  For more details and a demo see our DevPost.
Ensure you have Docker and Corepack installed/enabled. Then run:
yarn install
yarn docker:buildCreate your backend/.env.development.local with the format:
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
PAYPAL_CLIENT_ID=
PAYPAL_CLIENT_SECRET=
To start the frontend, backend, and DB, simply run:
yarn docker:upThen you can visit localhost:3000 to view the frontend. The backend is running on localhost:8080.