Co:Helm
This is a demo app for Co:Helm includes creating a prior auth and viewing a decision screen for a patient.
- First, clone the repository and navigate to the project directory, then open in a code editor and run the following in terminal:
- To set up the virtual environment: python3 -m venv .venv
- To activate the virtual environment: source .venv/bin/activate
- To install the requirements: pip install -r requirements.txt
- To run the app: python run.py