No description
Find a file
jableader e2a59536b1 Squashed commit of the following:
commit a63d4740d5594fb603ba13fbf1515e8b7081d370
Author: jableader <jacobdunk@gmail.com>
Date:   Sat Sep 28 12:41:37 2024 +1000

    Impl
2024-09-28 14:54:54 +10:00
ingredients Fixed recipe parsing for py3.11 2024-09-22 12:09:52 +10:00
meals Squashed commit of the following: 2024-09-28 14:54:54 +10:00
persons Turns out zero is a valid id 2024-05-20 20:09:57 +10:00
products Paste product link straight in 2024-05-21 22:12:09 +10:00
recipes Fixed recipe parsing 2024-09-22 07:11:01 +10:00
shopping Added consumed functionality 2024-05-25 12:33:41 +10:00
tests Squashed commit of the following: 2024-09-28 14:54:54 +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-09-28 14:54:54 +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
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