项目作者: mglezsosa

项目描述 :
A triage assistance service integrable into telehealth systems. Capstone project.
高级语言: Java
项目地址: git://github.com/mglezsosa/triage-assistance-service.git
创建时间: 2019-03-25T08:51:35Z
项目社区:https://github.com/mglezsosa/triage-assistance-service

开源协议:

下载


Triage assistance service integrable into telehealth systems

Setup with docker

  1. Configure the environment variables with .env file in docker/ directory.
    You may want to rename example.env to .env to get started quickly.

  2. Run the following script:

    1. ./run-docker.sh

To-Dos and improvements

  • Endpoint to query the pending cases queue size (as a fallback for the push notifications).
  • Parameterize usernames, passwords, hostnames and ports.