Imported recipes and ensured the they work by searching recipe name and ingredients.

I’m proud that importing recipes works and the ingredients, steps, and notes show up correctly.
I also learned how to set up models and link them with views in Banjo, which was really helpful.
This project taught me a lot about building a small app with models, views, and working APIs.
This commit is contained in:
juddin22
2026-03-22 19:52:55 -04:00
parent 6e312bda8b
commit 667a88d5e2
10 changed files with 1114 additions and 189 deletions

View File

@@ -7,6 +7,7 @@ requires-python = ">=3.10,<4.0"
readme = "README.md"
license = { text = "MIT" }
dependencies = [
"banjo>=0.0.2",
"django-banjo (>=0.9.1,<0.10.0)",
"requests (>=2.32.3,<3.0.0)",
"scrape-schema-recipe (>=0.2.2,<0.3.0)",