-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
71 lines (71 loc) · 2.71 KB
/
Copy pathdb.json
File metadata and controls
71 lines (71 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"recipes": [
{
"id": 1,
"title": "Strawberry Cinnamon Rolls with Lemon Cream Cheese Glaze",
"image": "https://www.luckyleaf.com/wp-content/uploads/fruit-cinnamon-roll.jpg",
"author": "Jeff Breig",
"description": "These strawberry cinnamon rolls are such a delicious way to start your day. And with a lemon cream cheese glaze, they include all the fun fruit flavors you need. I need to keep typing to get these ellipsis to show up",
"type": "Dessert"
},
{
"id": 2,
"title": "Lasagna",
"image": "https://i1.wp.com/www.tastesoflizzyt.com/wp-content/uploads/2019/11/easy-lasagna-recipe-6.jpg?fit=767%2C511&ssl=1",
"author": "Jeff Breig",
"description": "These strawberry cinnamon rolls are such a delicious way to start your day.",
"type": "Dinner"
},
{
"id": 3,
"title": "Port-Stained Beef Medallions",
"image": "https://www.campbellsmeat.com/images/products/large_vertical/1467035656beeftournedous.jpg",
"author": "Jeff Breig",
"description": "These strawberry cinnamon rolls are such a delicious way to start your day.",
"type": "Dinner"
},
{
"id": 4,
"title": "Fluffy Pancakes",
"image": "https://media.eggs.ca/assets/RecipePhotos/_resampled/FillWyIxMjgwIiwiNzIwIl0/Fluffy-Pancakes-New-CMS.jpg",
"author": "Jeff Breig",
"description": "These strawberry cinnamon rolls are such a delicious way to start your day.",
"type": "Breakfast"
},
{
"id": 5,
"title": "Ultimate Chocolate Chip Cookies",
"image": "https://images-gmi-pmc.edge-generalmills.com/087d17eb-500e-4b26-abd1-4f9ffa96a2c6.jpg",
"author": "Jeff Breig",
"description": "These strawberry cinnamon rolls are such a delicious way to start your day.",
"type": "Dessert"
},
{
"id": 6,
"title": "Classic Chicken Salad",
"image": "https://www.spendwithpennies.com/wp-content/uploads/2019/08/Chicken-Salad-Sandwich-SpendWithPennies-3.jpg",
"author": "Jeff Breig",
"description": "These strawberry cinnamon rolls are such a delicious way to start your day.",
"type": "Lunch"
},
{
"id": 7,
"title": "Kansas City-Style Barbecue Ribs Recipe",
"image": "https://www.seriouseats.com/recipes/images/2016/06/20150730-anova-sous-vide-rib-guide-food-lab-primary-wet-white-j-kenji-lopez-alt.jpg",
"author": "Jeff Breig",
"description": "These strawberry cinnamon rolls are such a delicious way to start your day.",
"type": "Dinner"
}
],
"register": [
{
"firstname": "",
"lastname": "",
"username": "",
"password": "",
"email": "",
"location": "",
"id": ""
}
]
}