No description https://api.brot.zuerich
  • Java 75.3%
  • HTML 9.2%
  • JavaScript 8.3%
  • CSS 6.7%
  • Dockerfile 0.5%
Find a file
Simon Kappeler c1af2dab6b
Merge branch '91-show-two-prices' into 'main'
91 show two prices

See merge request ip34-hs25/ip34-hs25-publicdisplaysystem/backend!35
2026-02-06 15:18:46 +01:00
gradle/wrapper Initial commit 2025-10-02 16:33:12 +02:00
puppeteer Bugfix instagram template 2026-02-06 15:00:29 +01:00
src 91 show two prices 2026-02-06 15:18:43 +01:00
.env.example Deployment 2026-01-29 14:31:50 +01:00
.gitattributes Initial commit 2025-10-02 16:33:12 +02:00
.gitignore 39 png export 2026-01-22 11:33:03 +01:00
.gitlab-ci.yml 78 URL instead of IP 2026-02-05 14:47:13 +01:00
build.gradle 39 png export 2026-01-22 11:33:03 +01:00
docker-compose.yml 39 png export 2026-01-22 11:33:03 +01:00
Dockerfile Deployment 2026-01-29 14:31:50 +01:00
gradlew Initial commit 2025-10-02 16:33:12 +02:00
gradlew.bat Initial commit 2025-10-02 16:33:12 +02:00
README.md 61 menu items 2025-11-05 12:41:46 +01:00

PDS Backend

Installation

  1. Run the database-container with
  docker-compose up -d
  1. Start the backend. This will only work, if the database is up and running.
  .\gradlew clean bootRun

Build an Image

To build the docker image, that contains the backend, simply run the following command.

  docker build -t pds/backend .

The image can be used for deployment and testing.