-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from hcp-uw/david_v2
update readme
- Loading branch information
Showing
1 changed file
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |