Skip to content

an-dev/qrisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple qrisk calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published