No description
Find a file
2024-10-13 19:31:37 +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 Unrequest meals on delete 2024-10-13 19:31:37 +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