No description
Find a file
2024-10-24 22:14:05 +11:00
ingredients Fixed recipe parsing for py3.11 2024-09-22 12:09:52 +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 Coles dynamic get api version with cookies 2024-10-24 22:14:05 +11:00
recipes Use iso format date stamps 2024-10-14 16:59:05 +11:00
shopping Found more datetimes to update 2024-10-14 17:36:56 +11: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
db.py Many misc changes for shopping pages 2024-05-18 17:05:01 +10:00
main.py Include shops from upcoming meals in shopping list 2024-10-16 18:51:04 +11: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