Meal Tracker v1 - complete

This commit is contained in:
Otto
2026-03-30 13:34:53 -04:00
commit 139f756807
21 changed files with 938 additions and 0 deletions

3
server/.env Normal file
View File

@@ -0,0 +1,3 @@
PORT=3000
UPLOAD_DIR=../uploads
DB_PATH=../data/meal-tracker.db