added alembic database migrations, json import/export

This commit is contained in:
2025-09-28 08:56:28 -07:00
parent 80ab59bbb7
commit 7c86f28971

View File

@@ -1,4 +1,8 @@
print("DEBUG: main.py started")
print("DEBUG: main.py started")
# Meal Planner FastAPI Application
# Run with: uvicorn main:app --reload