Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davye committed Oct 21, 2024
1 parent 28f8637 commit afede8e
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 afede8e

Please sign in to comment.