Fa1dz commited on
Commit
2c1b0c5
1 Parent(s): 442cd5d

Update dummy.py

Browse files
Files changed (1) hide show
  1. dummy.py +28 -0
dummy.py CHANGED
@@ -207,5 +207,33 @@ recipes = [
207
  ],
208
  'title': 'Spaghetti and Meatballs'
209
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  }
211
  ]
 
207
  ],
208
  'title': 'Spaghetti and Meatballs'
209
  },
210
+ {
211
+ 'directions': [
212
+ 'Cook the bacon in a large skillet over medium heat until crispy, about 5-7 minutes.',
213
+ 'Remove bacon from skillet with a slotted spoon and set aside.',
214
+ 'Add onion, celery, and carrot to the skillet and sauté until vegetables are tender, about 5-7 minutes.',
215
+ 'Add garlic and sauté for another 1-2 minutes.',
216
+ 'Add the potatoes, corn, chicken broth, and milk to the skillet.',
217
+ 'Bring mixture to a boil and then reduce heat to low.',
218
+ 'Cover and let simmer for 10-15 minutes, or until potatoes are tender.',
219
+ 'Add the cooked bacon and stir to combine.',
220
+ 'Season with salt and pepper to taste.',
221
+ 'Serve hot with crusty bread.'
222
+ ],
223
+ 'ingredients': [
224
+ '4 slices bacon, chopped',
225
+ '1 small onion, chopped',
226
+ '1 celery rib, chopped',
227
+ '1 carrot, peeled and chopped',
228
+ '2 garlic cloves, minced',
229
+ '4 potatoes, peeled and diced',
230
+ '1 can (15 oz.) corn, drained',
231
+ '2 c. chicken broth',
232
+ '2 c. milk',
233
+ 'salt and pepper, to taste',
234
+ 'crusty bread, for serving'
235
+ ],
236
+ 'title': 'Creamy Corn and Potato Chowder'
237
+ },
238
  }
239
  ]