m183-tresor/183_12_1_tresorbackend_rupe...
Lorenz Hohermuth 2fe26bb5ed existierendes front und back end 2025-03-28 16:03:38 +01:00
..
.mvn/wrapper existierendes front und back end 2025-03-28 16:03:38 +01:00
httprequest existierendes front und back end 2025-03-28 16:03:38 +01:00
src existierendes front und back end 2025-03-28 16:03:38 +01:00
.gitignore existierendes front und back end 2025-03-28 16:03:38 +01:00
Dockerfile existierendes front und back end 2025-03-28 16:03:38 +01:00
README.md existierendes front und back end 2025-03-28 16:03:38 +01:00
mvnw existierendes front und back end 2025-03-28 16:03:38 +01:00
mvnw.cmd existierendes front und back end 2025-03-28 16:03:38 +01:00
pom.xml existierendes front und back end 2025-03-28 16:03:38 +01:00
tresordb.sql existierendes front und back end 2025-03-28 16:03:38 +01:00
wait-for-db.sh existierendes front und back end 2025-03-28 16:03:38 +01:00

README.md

Backend for the secret tresor application

This is the backend is a Java Springboot application.

It can be used by API-calls.

The data's are stored in a database.

information about database

prepare a database server and the database used by the application
see tresordb.sql for an example database
see application.properties about database access

Requests examples

see UserRequests.http
see SecretRequests.http

Environment variables

see application.properties

Build image

see Dockerfile

docker build -t tresorbackendimg .

Start container local

docker run -p 8080:8080 --name tresorbackend tresorbackendimg

(c) P.Rutschmann