Updated README
This commit is contained in:
parent
6c889380ec
commit
ef7b66d3da
20
README.md
20
README.md
|
|
@ -4,12 +4,14 @@ No frontend, just a backend with mariadb and a TCP server that parses SIA-DC09 p
|
|||
|
||||
|
||||
Current folder structure:
|
||||
├── docker-compose.yml
|
||||
├── Dockerfile
|
||||
├── frontend
|
||||
│ └── index.html
|
||||
├── nginx.conf
|
||||
├── README.md
|
||||
├── requirements.txt
|
||||
├── tcp_sia_server.py
|
||||
└── tester.py
|
||||
```
|
||||
├── docker-compose.yml
|
||||
├── Dockerfile
|
||||
├── frontend
|
||||
│ └── index.html
|
||||
├── nginx.conf
|
||||
├── README.md
|
||||
├── requirements.txt
|
||||
├── tcp_sia_server.py
|
||||
└── tester.py
|
||||
```
|
||||
Loading…
Reference in New Issue