Skip to content

Commit

Permalink
Merge pull request #122 from hcp-uw/david_v2
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
davidye007 authored Oct 21, 2024
2 parents acaaf63 + afede8e commit 130d7c9
Showing 1 changed file with 31 additions and 6 deletions.
37 changes: 31 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
# receipt-plus

## Team Members:
* David Ye
* Aarnav Gogri
* Kyunghyun Kim
* Joshua Yoo
* Suyash Pandit
* Carl Pontino

- 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
```

0 comments on commit 130d7c9

Please sign in to comment.