Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 647 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 647 Bytes

Qrisk API Calculator

A simple API calculator to use the algorithm provided on this page to automatically process health data in a django project.

Running things

  1. Create virtualenvironment

  2. Installing packages from requirements.txt

  3. Build and install custom py_risk package with

python manage.py build

python manage.py install

  1. Run and install migrations

python manage.py migrate

  1. Run dev server

python manage.py runserver 8001

TODO

  • Add proper tests
  • Unnecessary User model creation (?)
  • Better Exception handling
  • Male Calculate method
  • Proper Labels per option