A project developed to fulfil course requirements of CIS6930 Digital Health, Spring 2022.
This is the frontend (app) repository. The backend can be found .
188241307-afe73db0-d6e0-4d6a-ad76-aed2298a300a.1.mp4
- Rishabh Tatiraju (Frontend/Backend)
- Ravi Teja Lanka (Backend)
- Srikanth Rao Parcha (Backend)
- Lisa Touchton (Frontend)
Install Expo CLI: https://docs.expo.dev/get-started/installation/
If you are using npm, do:
npm install
npm start
Or, if you are using yarn:
yarn install
yarn start
You can also directly run the app on an Android phone. Connect your phone with a USB, enable USB debugging from Developer Options, and then run:
npm android
or
yarn android