mirror of
https://gitlab.fhnw.ch/ip34-hs25/ip34-hs25-publicdisplaysystem/backend.git
synced 2026-03-19 02:57:31 +01:00
No description
https://api.brot.zuerich
- Java 75.3%
- HTML 9.2%
- JavaScript 8.3%
- CSS 6.7%
- Dockerfile 0.5%
91 show two prices See merge request ip34-hs25/ip34-hs25-publicdisplaysystem/backend!35 |
||
|---|---|---|
| gradle/wrapper | ||
| puppeteer | ||
| src | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| build.gradle | ||
| docker-compose.yml | ||
| Dockerfile | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
PDS Backend
Installation
- Run the database-container with
docker-compose up -d
- 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.