/Voy

Lean Collaboration Tool for the Quality Assurance of Clinical Research Data

Primary LanguageJinjaApache License 2.0Apache-2.0

Voy

A simple project management tool for the quality control of source documents in Clinical trials.

Installation

Voy comes with configuration for running in Docker. Currently we support plain http hosting and https with Let's Encrypt.

Detailed instrutions can be found here: Hosting Voy

Development

Requirements

  • yarn
  • poetry
  • docker
  • make

Quickstart

  1. Run cp .example.env .env to create a basic configuration
  2. Run make init to start your docker environment

Voy is now accessible under localhost:5000.

For testing Mails, Mailhog is accessible under localhost:5001