From 34d283a498a272c7d55cd3c876c61beb390d8fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bendeg=C3=BAz=20Gy=C3=B6nki?= Date: Sun, 29 Nov 2020 17:02:21 +0100 Subject: [PATCH] Updated Developer documentation (markdown) --- Developer-documentation.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Developer-documentation.md b/Developer-documentation.md index d71f9e5..ff0b6f8 100644 --- a/Developer-documentation.md +++ b/Developer-documentation.md @@ -32,4 +32,9 @@ Each error type must have a status code that is unique in the whole program. The This module makes communication between the previewer and the web client possible. # Web application -This module provides the web UI for the users. \ No newline at end of file +This module provides the web UI for the users. + +## Trying out our webshop +Since our webshop is a modern web application it has quite a few dependencies. To make trying it out easier we deployed to our own secure Kubernetes cluster. It is available at https://unstablevortex.kmlabz.com/ . + +The application connects to every dependency (Minio, Caff Previewer Wrapper, SMTP and PostgreSQL server) over TLS and the configuration environment variables are stored in Vault. \ No newline at end of file