Initial commit with working principals, architecture and diagram

This commit is contained in:
2024-10-18 21:44:25 +02:00
commit f3b679098e
4 changed files with 200 additions and 0 deletions

6
diagrams/render.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
export MSYS_NO_PATHCONV=1
cd "$( dirname "${BASH_SOURCE[0]}" )"
docker run --rm -v $(pwd):/work -w /work plantuml/plantuml:latest -svg *.puml