first commit

This commit is contained in:
Jp
2026-01-30 15:03:43 +08:00
commit 656a510c73
32 changed files with 3721 additions and 0 deletions

View 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