A simple project management tool for the quality control of source documents in Clinical trials.
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
- yarn
- poetry
- docker
- make
- Run
cp .example.env .env
to create a basic configuration - Run
make init
to start your docker environment
Voy is now accessible under localhost:5000.
For testing Mails, Mailhog is accessible under localhost:5001