The LDM user guide id published [here](https://nexus-personalized-health-techno.gitbook.io/lab-data-management-app-user-g
- Clone it from github
git clone [email protected]:ETH-NEXUS/lab_management.git
- Create and edit the
.env
file
cd lab_management
cp .env.TEMPLATE .env
vi .env
→ Replace all the <>
.
- Run it
make up