Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.65 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.65 KB

myRisk: Communicating Breast Cancer Risk through Visual Paradigm

myRisk is a risk assessment tool that provides interactive risk visuals to enhance patient comprehension of risk to prepare patients with the knowledge needed to make informed clinical and lifestyle decisions.

Installation Dependencies

  • Python version v2.7.9
  • pip v6.1.1
  • Django v1.8
  • node v0.12.2
  • grunt-cli v0.1.13
  • pillow v2.8.1
  • pip install psycopg2 v2.2.6
  • npm install bootstrap

Getting Started

To use this program, it must be hosted on a Windows server (to run C# executable code).

  • Make sure you have installed all dependencies above
  • git clone https://github.com/myRisk/dynamicDNA
  • Change lines 71-75 in dynamicDNA/settings.py to match your template directory
  • In your working directory, enter the following code to run a local server:
python manage.py runserver

Bugs and Issues

Current code cannot handle user not selecting a value and just clicking "next" during risk assessment

Copyright and License

Copyright 2014 Iron Summit Media Strategies, LLC. Code released under the Apache 2.0 license.

Credits