-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
236 lines (235 loc) · 6.2 KB
/
data.json
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
{
"products": [
{
"id": 1,
"name": "Coca Cola",
"price": 22,
"description": "Refreshing cola beverage.",
"stock": 20,
"image_url": "https://example.com/images/coca_cola.jpg",
"category_id": 1
},
{
"id": 2,
"name": "Pepsi",
"price": 20,
"description": "Crisp and refreshing cola.",
"stock": 18,
"image_url": "https://example.com/images/pepsi.jpg",
"category_id": 1
},
{
"id": 3,
"name": "Orange Juice",
"price": 16,
"description": "Freshly squeezed orange juice.",
"stock": 10,
"image_url": "https://example.com/images/orange_juice.jpg",
"category_id": 1
},
{
"id": 4,
"name": "Lays Chips",
"price": 39,
"description": "Crispy and salty potato chips.",
"stock": 25,
"image_url": "https://example.com/images/lays_chips.jpg",
"category_id": 2
},
{
"id": 5,
"name": "KitKat",
"price": 22,
"description": "Chocolate covered wafer bar.",
"stock": 30,
"image_url": "https://example.com/images/kitkat.jpg",
"category_id": 2
},
{
"id": 6,
"name": "Pretzels",
"price": 25,
"description": "Crunchy and salty pretzels.",
"stock": 15,
"image_url": "https://example.com/images/pretzels.jpg",
"category_id": 2
},
{
"id": 7,
"name": "Granola Bar",
"price": 25,
"description": "Healthy and nutritious granola bar.",
"stock": 12,
"image_url": "https://example.com/images/granola_bar.jpg",
"category_id": 3
},
{
"id": 8,
"name": "Mixed Nuts",
"price": 15,
"description": "A mix of various healthy nuts.",
"stock": 20,
"image_url": "https://example.com/images/mixed_nuts.jpg",
"category_id": 3
},
{
"id": 9,
"name": "Fruit Cup",
"price": 45,
"description": "Fresh mixed fruit cup.",
"stock": 8,
"image_url": "https://example.com/images/fruit_cup.jpg",
"category_id": 3
},
{
"id": 10,
"name": "Sprite",
"price": 20,
"description": "Lemon-lime flavored soda.",
"stock": 22,
"image_url": "https://example.com/images/sprite.jpg",
"category_id": 1
},
{
"id": 11,
"name": "Doritos",
"price": 40,
"description": "Crunchy corn chips.",
"stock": 28,
"image_url": "https://example.com/images/doritos.jpg",
"category_id": 2
},
{
"id": 12,
"name": "M&Ms",
"price": 13,
"description": "Colorful candy-coated chocolates.",
"stock": 18,
"image_url": "https://example.com/images/mms.jpg",
"category_id": 2
},
{
"id": 13,
"name": "Apple Juice",
"price": 18,
"description": "Sweet and refreshing apple juice.",
"stock": 15,
"image_url": "https://example.com/images/apple_juice.jpg",
"category_id": 1
},
{
"id": 14,
"name": "Almonds",
"price": 24,
"description": "Nutritious and delicious almonds.",
"stock": 10,
"image_url": "https://example.com/images/almonds.jpg",
"category_id": 3
},
{
"id": 15,
"name": "Water",
"price": 15,
"description": "Refreshing bottled water.",
"stock": 40,
"image_url": "https://example.com/images/water.jpg",
"category_id": 1
},
{
"id": 16,
"name": "Twix",
"price": 42,
"description": "Caramel and biscuit chocolate bar.",
"stock": 25,
"image_url": "https://example.com/images/twix.jpg",
"category_id": 2
},
{
"id": 17,
"name": "Banana Chips",
"price": 24,
"description": "Crispy dried banana slices.",
"stock": 15,
"image_url": "https://example.com/images/banana_chips.jpg",
"category_id": 2
},
{
"id": 18,
"name": "Trail Mix",
"price": 20,
"description": "A mix of nuts, seeds, and dried fruits.",
"stock": 12,
"image_url": "https://example.com/images/trail_mix.jpg",
"category_id": 3
},
{
"id": 19,
"name": "Soda Water",
"price": 15,
"description": "Carbonated water.",
"stock": 30,
"image_url": "https://example.com/images/soda_water.jpg",
"category_id": 1
}
,
{
"id": 20,
"name": "Chocolate Bar",
"price": 25,
"description": "Classic chocolate bar.",
"stock": 20,
"image_url": "https://example.com/images/chocolate_bar.jpg",
"category_id": 2
}
,
{
"id": 21,
"name": "Chocolate Bar",
"price": 25,
"description": "Classic chocolate bar.",
"stock": 20,
"image_url": "https://example.com/images/chocolate_bar.jpg",
"category_id": 2
}
,
{
"id": 22,
"name": "Chocolate Bar",
"price": 25,
"description": "Classic chocolate bar.",
"stock": 20,
"image_url": "https://example.com/images/chocolate_bar.jpg",
"category_id": 2
}
,
{
"id": 23,
"name": "Chocolate Bar",
"price": 25,
"description": "Classic chocolate bar.",
"stock": 20,
"image_url": "https://example.com/images/chocolate_bar.jpg",
"category_id": 2
}
],
"categories": [
{
"id": 1,
"name": "Beverages",
"description": "All kinds of beverages including sodas and juices.",
"image_url": "beverages.svg"
},
{
"id": 2,
"name": "Snacks",
"description": "Various snacks including chips and chocolates.",
"image_url": "snacks.svg"
},
{
"id": 3,
"name": "Healthy",
"description": "Healthy options including granola bars and fruits.",
"image_url": "healthy.svg"
}
]
}