First version with web gui

This commit is contained in:
2020-02-21 08:42:29 +01:00
parent fb54505a40
commit 609d821501
27 changed files with 1298 additions and 36 deletions

View File

@@ -1,3 +1,5 @@
REM Starting Server. Will only work if python and dependencies are installed and in PATH
cd /D "%~dp0"
@start /b python3 api.py
cd admin
@start /b python3 admin.py