Skip to content

Instantly share code, notes, and snippets.

@bryanhitc
Last active December 13, 2019 04:54
Show Gist options
  • Save bryanhitc/5a3cd34244d806b09ae1e7a77cccf408 to your computer and use it in GitHub Desktop.
Save bryanhitc/5a3cd34244d806b09ae1e7a77cccf408 to your computer and use it in GitHub Desktop.
Seed data for MI 349 final project
[
{
"id": 1,
"name": "Dessert Crepes",
"imageUrl": "assets/dessert-crepes.jpg",
"ingredients": [
{
"description": "4 eggs, lightly beaten"
},
{
"description": "1 1/3 cups milk"
},
{
"description": "2 tablespoons butter, melted"
},
{
"description": "1 cup all-purpose flour"
},
{
"description": "2 tablespoons white sugar"
},
{
"description": "1/2 teaspoon salt"
}
],
"rating": 4.4
},
{
"id": 2,
"name": "Scrambled Egg Muffins",
"imageUrl": "assets/scrambled-egg-muffins.jpg",
"ingredients": [
{
"description": "1/2 pound bulk pork sausage"
},
{
"description": "12 eggs"
},
{
"description": "1/2 cup chopped onion"
},
{
"description": "1/2 cup chopped green bell pepper, or to taste"
},
{
"description": "1/2 teaspoon salt"
},
{
"description": "1/4 teaspoon ground black pepper"
},
{
"description": "1/4 teaspoon garlic powder"
},
{
"description": "1/2 cup shredded Cheddar cheese"
}
],
"rating": 4.1
},
{
"id": 3,
"name": "Cajun Chicken Pasta",
"imageUrl": "assets/cajun-chicken-pasta.jpg",
"ingredients": [
{
"description": "4 ounces linguine pasta"
},
{
"description": "2 boneless, skinless chicken breast halves, sliced into thin strips"
},
{
"description": "2 teaspoons Cajun seasoning"
},
{
"description": "2 tablespoons butter"
},
{
"description": "1 green bell pepper, chopped"
},
{
"description": "1/2 red bell pepper, chopped"
},
{
"description": "4 fresh mushrooms, sliced"
},
{
"description": "1 green onion, minced"
},
{
"description": "1 1/2 cups heavy cream"
},
{
"description": "1/4 teaspoon dried basil"
},
{
"description": "1/4 teaspoon lemon pepper"
},
{
"description": "1/4 teaspoon salt"
},
{
"description": "1/8 teaspoon garlic powder"
},
{
"description": "1/8 teaspoon ground black pepper"
},
{
"description": "2 tablespoons grated Parmesan cheese"
}
],
"rating": 4.3
},
{
"id": 4,
"name": "Chicken Marsala",
"imageUrl": "assets/chicken-marsala.jpg",
"ingredients": [
{
"description": "1/4 cup all-purpose flour for coating"
},
{
"description": "1/2 teaspoon salt"
},
{
"description": "1/4 teaspoon ground black pepper"
},
{
"description": "1/2 teaspoon dried oregano"
},
{
"description": "4 skinless, boneless chicken breast halves - pounded 1/4 inch thick"
},
{
"description": "4 tablespoons butter"
},
{
"description": "4 tablespoons olive oil"
},
{
"description": "1 cup sliced mushrooms"
},
{
"description": "1/2 cup Marsala wine"
},
{
"description": "1/4 cup cooking sherry"
}
],
"rating": 4.5
},
{
"id": 5,
"name": "Maple Salmon",
"imageUrl": "assets/maple-salmon.jpg",
"ingredients": [
{
"description": "1/4 cup maple syrup"
},
{
"description": "2 tablespoons soy sauce"
},
{
"description": "1 clove garlic, minced"
},
{
"description": "1/4 teaspoon garlic salt"
},
{
"description": "1/8 teaspoon ground black pepper"
},
{
"description": "1 pound salmon"
}
],
"rating": 4.7
},
{
"id": 6,
"name": "Fish Tacos",
"imageUrl": "assets/fish-tacos.jpg",
"ingredients": [
{
"description": "1 cup all-purpose flour"
},
{
"description": "2 tablespoons cornstarch"
},
{
"description": "1 teaspoon baking powder"
},
{
"description": "1/2 teaspoon salt"
},
{
"description": "1 egg"
},
{
"description": "1 cup beer"
},
{
"description": "1/2 cup plain yogurt"
},
{
"description": "1/2 cup mayonnaise"
},
{
"description": "1 lime, juiced"
},
{
"description": "1 jalapeno pepper, minced"
},
{
"description": "1 teaspoon minced capers"
},
{
"description": "1/2 teaspoon dried oregano"
},
{
"description": "1/2 teaspoon ground cumin"
},
{
"description": "1/2 teaspoon dried dill weed"
},
{
"description": "1 teaspoon ground cayenne pepper"
},
{
"description": "1 quart oil for frying"
},
{
"description": "1 pound cod fillets, cut into 2 to 3 ounce portions"
},
{
"description": "1 (12 ounce) package corn tortillas"
},
{
"description": "1/2 medium head cabbage, finely shredded"
}
],
"rating": 4.9
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment