CostPrediction/src/start.bat

5 lines
117 B
Batchfile

@echo off
set FLASK_DEBUG=false
echo Starting Cost Prediction System...
start /B run.exe
start http://localhost:5001