Fa1dz commited on
Commit
7db4229
1 Parent(s): db7c890

Update dummy.py

Browse files
Files changed (1) hide show
  1. dummy.py +19 -0
dummy.py CHANGED
@@ -125,5 +125,24 @@ recipes = [
125
  ],
126
  'title': 'Cheeseburger Meatloaf'
127
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  }
129
  ]
 
125
  ],
126
  'title': 'Cheeseburger Meatloaf'
127
  },
128
+ {
129
+ 'directions': [
130
+ "Preheat oven to 375°F (190°C).",
131
+ "Place the chicken breasts in a large baking dish.",
132
+ "In a small bowl, whisk together the honey, soy sauce, garlic, onion, and ginger.",
133
+ "Pour the mixture over the chicken and toss to coat.",
134
+ "Bake for 25-30 minutes or until the chicken is cooked through and the sauce has thickened.",
135
+ "Remove from oven and let rest for 5 minutes before serving.",
136
+ ],
137
+ 'ingredients': [
138
+ "4 boneless, skinless chicken breasts",
139
+ "1/4 cup honey",
140
+ "1/4 cup soy sauce",
141
+ "2 cloves garlic, minced",
142
+ "1 small onion, finely chopped",
143
+ "1 tsp fresh ginger, grated",
144
+ ],
145
+ 'title': 'Honey Garlic Chicken'
146
+ },
147
  }
148
  ]