No description
Reviewed-on: #1 Co-authored-by: jableader <jacobdunk@gmail.com> Co-committed-by: jableader <jacobdunk@gmail.com> |
||
|---|---|---|
| ingredients | ||
| meals | ||
| persons | ||
| products | ||
| recipes | ||
| shopping | ||
| tests | ||
| .gitignore | ||
| common.py | ||
| 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