m183-tresor/183_12_1_tresorbackend_rupe...
Lorenz Hohermuth d647ecb8a1 added encryption to app 2025-05-16 10:41:50 +02:00
..
.mvn/wrapper existierendes front und back end 2025-03-28 16:03:38 +01:00
httprequest refactored a lot 2025-05-15 22:28:17 +02:00
src added encryption to app 2025-05-16 10:41:50 +02: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 added hashing to registering new user 2025-05-15 20:41:53 +02: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