ETH-NEXUS / lab_data_management

Lab data management
MIT License
1 stars 0 forks source link

LDM User Guide

The LDM user guide id published [here](https://nexus-personalized-health-techno.gitbook.io/lab-data-management-app-user-g

How to start the app in the development environment

Getting started

  1. Clone it from github
git clone git@github.com:ETH-NEXUS/lab_management.git
  1. Create and edit the .env file
cd lab_management
cp .env.TEMPLATE .env
vi .env

→ Replace all the <>.

  1. Run it
make up