first commit
This commit is contained in:
9
calorie_tracker_app/run_app.bat
Normal file
9
calorie_tracker_app/run_app.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
echo Starting Calorie Tracker App...
|
||||
echo.
|
||||
echo If you see "ModuleNotFoundError", make sure you ran:
|
||||
echo pip install -r requirements.txt
|
||||
echo.
|
||||
echo Opening app on http://127.0.0.1:5001
|
||||
venv\Scripts\python app.py
|
||||
pause
|
||||
Reference in New Issue
Block a user