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

Update dummy.py

Browse files
Files changed (1) hide show
  1. dummy.py +28 -0
dummy.py CHANGED
@@ -144,5 +144,33 @@ recipes = [
144
  ],
145
  'title': 'Honey Garlic Chicken'
146
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  }
148
  ]
 
144
  ],
145
  'title': 'Honey Garlic Chicken'
146
  },
147
+ {
148
+ 'directions': [
149
+ "Cook the pasta according to package instructions. Drain and set aside.",
150
+ "Heat the oil in a large skillet over medium-high heat.",
151
+ "Add the shrimp and cook for 2-3 minutes per side, or until pink and cooked through.",
152
+ "Remove the shrimp from the skillet and set aside.",
153
+ "Add the garlic and red pepper flakes to the skillet and sauté for 1 minute.",
154
+ "Add the wine and simmer for 3-4 minutes, or until reduced by half.",
155
+ "Add the tomatoes, salt, and pepper to the skillet and stir to combine.",
156
+ "Simmer for 5-7 minutes, or until the sauce has thickened slightly.",
157
+ "Add the cooked pasta and shrimp to the skillet and toss to coat with the sauce.",
158
+ "Serve immediately, garnished with fresh parsley and grated Parmesan cheese.",
159
+ ],
160
+ 'ingredients': [
161
+ "8 oz linguine",
162
+ "1 tbsp olive oil",
163
+ "1 lb large shrimp, peeled and deveined",
164
+ "3 cloves garlic, minced",
165
+ "1/2 tsp red pepper flakes",
166
+ "1/2 cup white wine",
167
+ "2 cups cherry tomatoes, halved",
168
+ "1/2 tsp salt",
169
+ "1/4 tsp black pepper",
170
+ "Fresh parsley, chopped",
171
+ "Parmesan cheese, grated",
172
+ ],
173
+ 'title': 'Shrimp Linguine in Tomato Sauce'
174
+ },
175
  }
176
  ]