-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
88 lines (88 loc) · 3.11 KB
/
db.json
File metadata and controls
88 lines (88 loc) · 3.11 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"users": [
{
"id": "4099",
"username": "Gama",
"password": "1234"
},
{
"id": "300d",
"username": "yyyy",
"password": "1111"
}
],
"dishes": [
{
"id": "1",
"name": "Green Goddess Chicken Salad",
"price": 32,
"description": "A healthy and delicious salad with chicken, avocado, and greens.",
"image": "https://i.pinimg.com/736x/f2/1c/15/f21c159112f694ec0446ae25c26c5032.jpg",
"category": "lunch"
},
{
"id": "2",
"name": "Asian Cucumber Salad",
"price": 35,
"description": "A fresh cucumber salad with Asian flavors.",
"image": "https://i.pinimg.com/736x/7c/86/35/7c86358446f3041530bce14d66d9b9a2.jpg",
"category": "lunch"
},
{
"id": "3",
"name": "eggplant salad",
"price": 36,
"description": "This eggplant salad recipe is a celebration of summer produce! It's bursting with fresh flavor from grilled eggplant, peppers, tomatoes, and herbs.",
"image": "https://avatars.mds.yandex.net/i?id=2f48b992f53985a34b0387ebe5b0639d_l-9214169-images-thumbs&n=13",
"category": "lunch"
},
{
"id": "4",
"name": "Broccoli pancake with salmon and egg",
"price": 9.99,
"description": "An excellent union of three different entities that complement each other well: broccoli, salted fish and eggs.",
"image": "https://www.edimdoma.ru/system/images/contents/0001/5609/wide/shutterstock_1911600289.jpg?1651142261",
"category": "breakfast"
},
{
"id": "5",
"name": "Egg with matbukha and cream sauce",
"price": 12.99,
"description": "Matbukha is a rich Moroccan tomato-pepper sauce that sometimes you want to soften up with something. Here its pressure is slightly restrained by the creamy sauce.",
"image": "https://avatars.mds.yandex.net/i?id=6f66dedf21d8bb9319bda6fea383470c_l-9220607-images-thumbs&n=13",
"category": "breakfast"
},
{
"id": "6",
"name": "Pancakes with salmon and cream cheese",
"price": 19.99,
"description": "Pancakes with salmon and cream cheese are a great option for a festive breakfast or brunch.",
"image": "https://i.pinimg.com/originals/0e/fa/99/0efa99611ddc6df3041fa0a11b85a115.jpg",
"category": "breakfast"
},
{
"id": "7",
"name": "Pizza",
"price": 9.99,
"description": "A delicious pizza with tomato sauce, cheese, and pepperoni.",
"image": "https://avatars.mds.yandex.net/i?id=819ea6d31f2e06f4369687fae637b2a6_l-8199407-images-thumbs&n=13",
"category": "dinner"
},
{
"id": "8",
"name": "Spaghetti",
"price": 12.99,
"description": "Spaghetti with homemade tomato sauce.",
"image": "https://avatars.mds.yandex.net/i?id=e1ae5a645e0ea6a44b4f0125680c8332650dc2a3-10358358-images-thumbs&ref=rim&n=33&w=375&h=250",
"category": "dinner"
},
{
"id": "9",
"name": "Steak",
"price": 19.99,
"description": "Grilled steak with vegetables.",
"image": "https://primemeat.ru/about/stejk-iz-govyadinu.jpg",
"category": "dinner"
}
]
}