/alli-backend

CIS6930 Digital Health, Spring 2022 final term project, University of Florida

Primary LanguagePython

alli-backend

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 here.

188241307-afe73db0-d6e0-4d6a-ad76-aed2298a300a.1.mp4

Personnel

  • Rishabh Tatiraju (Frontend/Backend)
  • Ravi Teja Lanka (Backend)
  • Srikanth Rao Parcha (Backend)
  • Lisa Touchton (Frontend)

How to run?

Note: Project requires Python 3, Python 3.9+ recommended.

Create a virtual environment (optional but recommended)

python3 -m pip install virtualenv
cd \local\path\to\this\repo\dhp2022-backend
python3 -m virtualenv venv

Install dependencies

source venv/bin/activate
pip install -r requirements.txt

Run the server

python app.py

API Doc

See Postman Workspace: https://www.postman.com/martian-escape-233806/workspace/dhp2022