server refactor
This commit is contained in:
parent
f3c592b6d8
commit
3a6df05fb7
16 changed files with 801 additions and 341 deletions
6
server/start.sh
Executable file
6
server/start.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
HOST=localhost
|
||||
PORT=8000
|
||||
|
||||
python3 src/main.py $HOST:$PORT
|
Loading…
Add table
Add a link
Reference in a new issue