Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 531 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 531 Bytes

receipt-plus

Team Members:

  • David Ye (PM & Backend Lead)
  • Joshua Yoo (Frontend Lead)
  • Aarnav Gogri (Backend Dev)
  • Suyash Pandit (Backend Dev)
  • Sam Shin (Club Lead PM)
  • Kyunghyun Kim
  • Carl Pontino

Environment Setup:

Recommendations

  • Install Expo Go on mobile device
  • Develop inside a virtual environment (recommend Conda)

Frontend Setup

npm install
cd .\source\frontend\
npx expo start -c

Backend Setup

pip install -r requirements.txt
cd .\source\backend\
flask --app server_main run