-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
59 lines (56 loc) · 1.77 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
{
"products": [
{
"_id": "1",
"name": "Portatil HP 14-CF3412LA",
"slug": "portatil-hp-14-cf3412la",
"category": "Laptops",
"image": "/images/p1.jpg",
"price": 1200000,
"countInStock": 5,
"brand": "HP",
"rating": 4.7,
"numReviews": 234,
"description": "Portatil Hp 14 pulgadas"
},
{
"_id": "2",
"name": "Disco solido SSD Crucial 240GB BX500",
"slug": "disco-solido-ssd-crucial-240gb-bx500",
"category": "Almacenamiento",
"image": "/images/p2.jpg",
"price": 130000,
"countInStock": 2,
"brand": "Crucial",
"rating": 4.2,
"numReviews": 290,
"description": "Disco solido SSD Crucial de 240GB"
},
{
"_id": "3",
"name": "Disco Solido ADATA SSD M.2 250GB",
"slug": "disco-solido-adata-ssd-m.2-250gb",
"category": "Almacenamiento",
"image": "/images/p3.jpg",
"price": 280000,
"countInStock": 70,
"brand": "Adata",
"rating": 4.6,
"numReviews": 190,
"description": "Disco Solido ADATA SSD M.2 250GB"
},
{
"_id": "4",
"name": "Lenovo 3 14ADA05 AMD ATHLON SILVER 3050U",
"slug": "lenovo-3-14ada05-amd-athlon-silver-3050u",
"category": "Laptops",
"image": "/images/p4.jpg",
"price": 1150000,
"countInStock": 20,
"brand": "Lenovo",
"rating": 3.7,
"numReviews": 554,
"description": "Lenovo 3 14ADA05 AMD ATHLON SILVER 3050U"
}
]
}