No description
Find a file
jableader 78e94a3503 Squashed commit of the following:
commit 2cf565c8c42387cdc57fd7ec7922e6d9e173322c
Author: jableader <jacobdunk@gmail.com>
Date:   Sun Oct 13 19:15:03 2024 +1100

    Fixed bug when saving own ingredients

commit 3ff1204a2fe88da65864109218c0a6de2130f7cc
Author: jableader <jacobdunk@gmail.com>
Date:   Sun Oct 13 18:02:04 2024 +1100

    First successful save

commit 2620e2c899c145df1c4a941d1eaaef7b01087791
Author: jableader <jacobdunk@gmail.com>
Date:   Fri Oct 4 17:53:21 2024 +1000

    Change shopping list to be post-able
2024-10-13 19:19:57 +11:00
ingredients Fixed recipe parsing for py3.11 2024-09-22 12:09:52 +10:00
meals Squashed commit of the following: 2024-10-13 19:19:57 +11:00
persons Turns out zero is a valid id 2024-05-20 20:09:57 +10:00
products Add support for coles, and tests 2024-09-29 15:04:10 +10:00
recipes improved scraper 2024-10-01 20:02:32 +10:00
shopping Squashed commit of the following: 2024-10-13 19:19:57 +11:00
tests Add support for coles, and tests 2024-09-29 15:04:10 +10: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 Squashed commit of the following: 2024-10-13 19:19:57 +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