869 B
869 B
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
Build image
see Dockerfile
docker build -t tresorbackendimg .
Start container local
docker run -p 8080:8080 --name tresorbackend tresorbackendimg
(c) P.Rutschmann