No description
Find a file
2025-07-29 09:06:36 +10:00
ingredients Can edit own ingredient requests 2025-07-27 15:24:54 +10:00
meals Found more datetimes to update 2024-10-14 17:36:56 +11:00
persons Turns out zero is a valid id 2024-05-20 20:09:57 +10:00
products Catch a broader exception type in scrapers 2024-10-28 17:14:16 +11:00
recipes Use iso format date stamps 2024-10-14 16:59:05 +11:00
shopping Set meal as purchased 2025-07-29 09:06:36 +10:00
tests Use iso format date stamps 2024-10-14 16:59:05 +11:00
.gitignore Added identity 2024-04-25 12:03:30 +10:00
common.py Can edit own ingredient requests 2025-07-27 15:24:54 +10:00
db.py Can edit own ingredient requests 2025-07-27 15:24:54 +10:00
main.py Set meal as purchased 2025-07-29 09:06:36 +10:00
plan.md Significant refactor 2024-01-13 12:54:04 +11:00
README.md Added Readme 2024-05-23 22:00:13 +10:00
requirements.txt Fixed requirements.txt 2024-09-20 20:12:46 +10:00
transform.sql Squashed commit of the following: 2024-10-13 19:19:57 +11:00
units.py Minor parser improvements 2024-01-14 10:41:15 +11:00

Meal planner backend

Install packages

pip install -r ./requirements.txt

Run with

uvicorn main:app