diff --git a/README.md b/README.md index 750ea85652238d2a95dc1932f06817ee82ee78ec..f5d5f80170f6e4855c5f1c9729190129e994b7ab 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. +