No description
Find a file
jableader 1706809458 Allowed for null products, move ingredient spreading server-side (#1)
Reviewed-on: #1
Co-authored-by: jableader <jacobdunk@gmail.com>
Co-committed-by: jableader <jacobdunk@gmail.com>
2025-07-28 23:23:09 +00:00
ingredients Allowed for null products, move ingredient spreading server-side (#1) 2025-07-28 23:23:09 +00: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 Allowed for null products, move ingredient spreading server-side (#1) 2025-07-28 23:23:09 +00: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 Allowed for null products, move ingredient spreading server-side (#1) 2025-07-28 23:23:09 +00:00
db.py Allowed for null products, move ingredient spreading server-side (#1) 2025-07-28 23:23:09 +00:00
main.py Allowed for null products, move ingredient spreading server-side (#1) 2025-07-28 23:23:09 +00: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