server refactor

This commit is contained in:
MeexReay 2024-12-22 00:59:32 +03:00
parent f3c592b6d8
commit 3a6df05fb7
16 changed files with 801 additions and 341 deletions

6
server/start.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
HOST=localhost
PORT=8000
python3 src/main.py $HOST:$PORT