Skip to content
Snippets Groups Projects
Commit 1664feb2 authored by Juan Lauer Garrido's avatar Juan Lauer Garrido
Browse files

Final Push

parent aa94dbd2
No related branches found
No related tags found
No related merge requests found
#############################################
## Read this to run this project ##
#############################################
To start this Project:
1) start docker 1) start docker
2) direct to folder "tierlexikon-api-main" 2) direct to folder "tierlexikon-api-main"
3) enter command: " docker build --no-cache -t tierlexikon-backend-api:latest . " 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" 4) enter command: "$ docker run -e DATABASE_URL="file:./dev.db" -p 28785:28785 tierlexikon-backend-api:latest"
\ No newline at end of file 5) open the Website index.html in an Browser
The SQL Migration is implemented via Prisma automatically.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment