A simple API calculator to use the algorithm provided on this page to automatically process health data in a django project.
-
Create virtualenvironment
-
Installing packages from
requirements.txt
-
Build and install custom py_risk package with
python manage.py build
python manage.py install
- Run and install migrations
python manage.py migrate
- Run dev server
python manage.py runserver 8001
- Add proper tests
- Unnecessary User model creation (?)
- Better Exception handling
- Male Calculate method
- Proper Labels per option