Fa1dz commited on
Commit
d347041
1 Parent(s): 3d11b37

Update dummy.py

Browse files
Files changed (1) hide show
  1. dummy.py +26 -0
dummy.py CHANGED
@@ -344,5 +344,31 @@ recipes = [
344
  ],
345
  'title': 'Marinated Flank Steak'
346
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
347
  }
348
  ]
 
344
  ],
345
  'title': 'Marinated Flank Steak'
346
  },
347
+ {
348
+ 'directions': [
349
+ "Preheat oven to 375°F.",
350
+ "Grease a 9x13 inch baking dish.",
351
+ "In a large bowl, mix together the ground beef, bread crumbs, onion, egg, salt, and pepper.",
352
+ "Form into 1 1/2 inch meatballs and place in the prepared baking dish.",
353
+ "In a separate bowl, whisk together the ketchup, brown sugar, mustard, and Worcestershire sauce.",
354
+ "Pour the sauce over the meatballs.",
355
+ "Bake for 30-35 minutes, or until the meatballs are cooked through and the sauce is bubbly.",
356
+ "Garnish with chopped parsley or green onions, if desired."
357
+ ],
358
+ 'ingredients': [
359
+ "2 lbs ground beef",
360
+ "1 cup bread crumbs",
361
+ "1 small onion, finely chopped",
362
+ "1 large egg, beaten",
363
+ "1 tsp salt",
364
+ "1/4 tsp black pepper",
365
+ "1 cup ketchup",
366
+ "1/2 cup brown sugar",
367
+ "2 tbsp mustard",
368
+ "1 tbsp Worcestershire sauce",
369
+ "chopped parsley or green onions, for garnish"
370
+ ],
371
+ 'title': 'Meatball Casserole'
372
+ },
373
  }
374
  ]