No description
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
|
||
|---|---|---|
| ingredients | ||
| meals | ||
| persons | ||
| products | ||
| recipes | ||
| shopping | ||
| tests | ||
| .gitignore | ||
| db.py | ||
| main.py | ||
| plan.md | ||
| README.md | ||
| requirements.txt | ||
| transform.sql | ||
| units.py | ||
Meal planner backend
Install packages
pip install -r ./requirements.txt
Run with
uvicorn main:app