Fa1dz commited on
Commit
8d8d40f
·
1 Parent(s): d0787fa

Update dummy.py

Browse files
Files changed (1) hide show
  1. dummy.py +22 -0
dummy.py CHANGED
@@ -81,5 +81,27 @@ recipes = [
81
  "chopped parsley",
82
  ],
83
  'title': 'Breaded Pork Chops With Gravy'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  }
85
  ]
 
81
  "chopped parsley",
82
  ],
83
  'title': 'Breaded Pork Chops With Gravy'
84
+ },
85
+ {
86
+ 'directions': [
87
+ "Preheat the oven to 375°F.",
88
+ "In a large bowl, combine the beef, breadcrumbs, egg, onion, Worcestershire sauce, salt, and pepper. Mix well.",
89
+ "Form the mixture into 6 patties.",
90
+ "Heat a large skillet over medium heat. Add the patties and cook for 5 minutes on each side or until browned.",
91
+ "Transfer the patties to a baking dish and bake for 10 to 15 minutes or until cooked through.",
92
+ "Serve with your favorite toppings.",
93
+ ],
94
+ 'ingredients': [
95
+ "1 lb. ground beef",
96
+ "1/2 c. breadcrumbs",
97
+ "1 egg",
98
+ "1/4 c. onion, finely chopped",
99
+ "1 tbsp. Worcestershire sauce",
100
+ "1/2 tsp. salt",
101
+ "1/4 tsp. pepper",
102
+ "burger toppings of your choice (lettuce, tomato, cheese, etc.)",
103
+ ],
104
+ 'title': 'Classic Beef Burgers'
105
+ },
106
  }
107
  ]