djpeacher-django-projects/recipes
Jonathan Peacher 70d268d742
fix(recipes): corrected model import
2023-06-22 15:48:54 -05:00
..
migrations fix(recipes): added missing migration 2023-06-22 15:47:30 -05:00
templates feat(recipes): README 2023-06-22 12:46:14 -05:00
README.md feat(recipes): README 2023-06-22 12:46:14 -05:00
__init__.py feat: added recipes project 2023-06-20 14:52:13 -05:00
admin.py fix(recipes): corrected model import 2023-06-22 15:48:54 -05:00
apps.py feat: added recipes project 2023-06-20 14:52:13 -05:00
models.py feat: added recipes project 2023-06-20 14:52:13 -05:00
views.py feat: added recipes project 2023-06-20 14:52:13 -05:00

README.md

Recipes

Manage recipes and generate shopping list!

Features

  • Manage recipes and their ingredients.
  • Manage ingredient units and aisles.
  • Generate ingredient shopping list!
    • Grouped by unique name-unit-aisle across selected recipes.
    • Ex. 2 cups rice and 3 cups rice will be combined into 5 cups rice.