-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
40 lines (40 loc) · 989 Bytes
/
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
{
"products": [
{
"id": 1,
"name": "Apple iPhone 13 Pro Max 128GB Gold",
"location": "Skopje",
"price": "1.040,50",
"logo": "/iphone.png",
"category": "phones",
"all": "all"
},
{
"id": 2,
"name": "Realme Buds Air 2",
"location": "Gostivar",
"price": "33,05",
"logo": "/airpods.png",
"category": "airpods",
"all": "all"
},
{
"id": 3,
"name": "Huawei Honor Watch ES- Smartwatch",
"location": "Kicevo",
"price": "47,93",
"logo": "/watch.png",
"category": "watches",
"all": "all"
},
{
"id": 4,
"name": "Sonos Move Wifi White",
"location": "Ohrid",
"price": "309,92",
"logo": "/wifi.png",
"category": "wifi",
"all": "all"
}
]
}