To start this Project:
- start docker
- direct to folder "tierlexikon-api-main"
- enter command: " docker build --no-cache -t tierlexikon-backend-api:latest . "
- enter command: "$ docker run -e DATABASE_URL="file:./dev.db" -p 28785:28785 tierlexikon-backend-api:latest"
- open the Website index.html in an Browser
The SQL Migration is implemented via Prisma automatically.