Add Flask server startup scripts: introduce start_server.bat for Windows and start-flask-server.py for enhanced server management. Update run.py to include logging and threaded request handling. Add test_server.py for server accessibility testing.
This commit is contained in:
5
start_server.bat
Normal file
5
start_server.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
cd website
|
||||
echo Starting Flask server on http://127.0.0.1:5000
|
||||
python run.py
|
||||
pause
|
||||
Reference in New Issue
Block a user