-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
46 lines (46 loc) · 948 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
41
42
43
44
45
46
{
"products": [
{
"id": 1,
"name": "Watch",
"price": "99.99$",
"category": "Watch",
"image": "./assets/image/watch.jpeg"
},
{
"id": 2,
"name": "Formal Shirt",
"price": "49.99$",
"category": "Shirt",
"image": "./assets/image/shirt.jpg"
},
{
"id": 3,
"name": "Jewelry",
"price": "199.99$",
"category": "Jewelry",
"image": "./assets/image/jewelry.jpg"
},
{
"id": 4,
"name": "Evening Gown",
"price": "299.99$",
"category": "Gown",
"image": "./assets/image/gown.jpg"
},
{
"id": 5,
"name": "Jewelry Gold",
"price": "599.99$",
"category": "Jewelry",
"image": "./assets/image/jewelry Gold.jpg"
},
{
"id": 6,
"name": "Blue Jewelry",
"price": "699.99$",
"category": "Jewelry",
"image": "./assets/image/blue jewelry.jpg"
}
]
}