/DrChrono

Web app designed for 2020 DrChrono hackathon hosted by Devpost. A dashboard specifically designed for doctors to streamline their work process.

Primary LanguagePython

DrChrono

Getting Started:

Clone into a directory

git clone https://github.com/yjzhang3/DrChrono.git
cd drchrono_proj

Activate virtual environment and required libraries

source drchrono-venv/bin/activate
pip3 install -r requirements.txt

Launch Web App

python3 manage.py runserver