-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
72 lines (70 loc) · 1.79 KB
/
db.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
{
"status": ["success"],
"items": [{
"id": 1,
"title": "The Original Super Donut",
"price": 135,
"image": "./images/product-1.jpg"
},
{
"id": 2,
"title": "The Original Super Donut",
"price": 950,
"image": "./images/product-2.jpg"
},
{
"id": 3,
"title": "The Original Super Donut",
"price": 750,
"image": "./images/product-3.jpg"
},
{
"id": 4,
"title": "The Original Super Donut",
"price": 999,
"image": "./images/product-4.jpg"
},
{
"id": 5,
"title": "The Original Super Donut",
"price": 250,
"image": "./images/product-5.jpg"
},
{
"id": 6,
"title": "The Original Super Donut",
"price": 850,
"image": "./images/product-6.jpg"
},
{
"id": 7,
"title": "The Original Super Donut",
"price": 600,
"image": "./images/product-7.jpg"
},
{
"id": 8,
"title": "The Original Super Donut",
"price": 350,
"image": "./images/product-8.jpg"
},
{
"id": 9,
"title": "The Original Super Donut",
"price": 799,
"image": "./images/product-8.jpg"
},
{
"id": 10,
"title": "The Original Super Donut",
"price": 150,
"image": "./images/product-9.jpg"
},
{
"id": 11,
"title": "The Original Super Donut",
"price": 650,
"image": "./images/product-7.jpg"
}
]
}