Group Name: Breeze
Team Members: kaur18, aserr3, rzieg3, jioyoon2, tessaw2
Project Manager: rwuh2
running the app: FRONT END install dependencies:
- npm install -g expo-cli
- npm install @react-navigation/native
- npm install react-native-screens react-native-safe-area-context
- npm install @react-navigation/native-stack
- npm install react-native-elements
BACK END install dependencies:
- flask
- flask-login
- flask-cors
- flask-sqlalchemy
- flask-migrate format: "pip install ", so for example "pip install flask-login" will install flask-login
run the back end code, then front end (we are fetching data from localhost, so you must have the back end and front end code running at the same time in order for it to work)