A project developed to fulfil course requirements of CIS6930 Digital Health, Spring 2022.
This is the backend repository. The frontend, which is a mobile app, 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)
Note: Project requires Python 3, Python 3.9+ recommended.
python3 -m pip install virtualenv
cd \local\path\to\this\repo\dhp2022-backend
python3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py
See Postman Workspace: https://www.postman.com/martian-escape-233806/workspace/dhp2022