Archived
3
0

initial commit

This commit is contained in:
2025-03-04 11:22:53 +01:00
commit e62ba479e5
5 changed files with 40 additions and 0 deletions

11
docs/system_arch.dot Normal file
View File

@@ -0,0 +1,11 @@
digraph sysdiag {
graph [fontname="arial"];
node [fontname="arial"];
edge [fontname="arial"];
RS [shape=box3d,label="REST server"]
ZA [label="API na zprávy"]
RS -> ZA
RC [shape=box,label="REST klient"]
RC -> RS
}