-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
60 lines (60 loc) · 1.12 KB
/
db.json
File metadata and controls
60 lines (60 loc) · 1.12 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
{
"products": [
{
"id": "1",
"img": "macbook.jpg",
"title": "Apple MacBook Air 13",
"count": 2,
"price": 100000,
"priceTotal": 200000
},
{
"id": "2",
"img": "apple-watch.jpg",
"title": "Apple watch",
"count": 1,
"price": 29000,
"priceTotal": 29000
},
{
"id": "3",
"img": "mac-pro.jpg",
"title": "Mac Pro",
"count": 1,
"price": 190000,
"priceTotal": 190000
},
{
"id": "abe3",
"img": "macbook.jpg",
"title": "Mac Pro",
"count": 1,
"price": 29000,
"priceTotal": 190000
},
{
"id": "e909",
"img": "macbook.jpg",
"title": "Apple MacBook Air 13",
"count": 2,
"price": 29000,
"priceTotal": 58000
},
{
"id": "3482",
"img": "apple-watch.jpg",
"title": "Apple watch",
"count": 1,
"price": 190000,
"priceTotal": 190000
},
{
"id": "33c6",
"img": "apple-watch.jpg",
"title": "Apple MacBook Air 13",
"count": 1,
"price": 29000,
"priceTotal": 190000
}
]
}