Skip to content

drugis/mcda-patient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stakeholder preferences elicitation

Internal project to elicit benefit-risk trade-offs from stakeholders in a questionnaire.

To develop

The steps below should get you started, provided you have installed nodejs and bower.

git clone <this repo>
git submodule update --init --recursive
cd resources/public
bower install
compass compile # optional
cd ..

export SURVEY_DB_NAME=<dbname>
export SURVEY_DB_USER=<dbuser>
export SURVEY_DB_PASSWORD=<dbpass>
export SURVEY_DB_HOST=<dbhost>
npm install
node index

The admin password is 'test' by default.

Building and running with docker

cd docker
docker build -t survey --build-arg sha=<commit> .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.3%
  • HTML 29.4%
  • CSS 4.7%
  • Other 0.6%