4 lines
119 B
Batchfile
4 lines
119 B
Batchfile
:: make db directory and then launch the server
|
|
md .\src\database
|
|
python -m waitress --listen=0.0.0.0:8000 src.app:app
|