Updated README

This commit is contained in:
Anders Knutsen 2025-07-25 10:19:56 +02:00
parent 6c889380ec
commit ef7b66d3da
1 changed files with 11 additions and 9 deletions

View File

@ -4,6 +4,7 @@ No frontend, just a backend with mariadb and a TCP server that parses SIA-DC09 p
Current folder structure: Current folder structure:
```
├── docker-compose.yml ├── docker-compose.yml
├── Dockerfile ├── Dockerfile
├── frontend ├── frontend
@ -13,3 +14,4 @@ Current folder structure:
├── requirements.txt ├── requirements.txt
├── tcp_sia_server.py ├── tcp_sia_server.py
└── tester.py └── tester.py
```