From 1664feb2a8e9352dd736adbd2c4b19b1af6a89bb Mon Sep 17 00:00:00 2001 From: Juan Lauer Garrido <juan.lauer_garrido@student.reutlingen-university.de> Date: Sun, 10 Jul 2022 20:51:57 +0000 Subject: [PATCH] Final Push --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 750ea85..f5d5f80 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -############################################# -## Read this to run this project ## -############################################# +To start this Project: 1) start docker 2) direct to folder "tierlexikon-api-main" 3) enter command: " docker build --no-cache -t tierlexikon-backend-api:latest . " -4) enter command: "$ docker run -e DATABASE_URL="file:./dev.db" -p 28785:28785 tierlexikon-backend-api:latest" \ No newline at end of file +4) enter command: "$ docker run -e DATABASE_URL="file:./dev.db" -p 28785:28785 tierlexikon-backend-api:latest" +5) open the Website index.html in an Browser + +The SQL Migration is implemented via Prisma automatically. + -- GitLab