-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
51 lines (51 loc) · 993 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
47
48
49
50
51
{
"seller": [
{
"name": "Faisal",
"email": "faisal450fai@gmail.como",
"password": "12345",
"id": 1
},
{
"name": "Faisal",
"email": "faisal450fai@gmail.com",
"password": "12345",
"id": 2
},
{
"name": "Testing",
"email": "faisal450f@gmail.com",
"password": "12345",
"id": 3
},
{
"name": "dsfdsf",
"email": "sfsd@gmail.com",
"password": "sdad",
"id": 4
},
{
"name": "",
"email": "",
"password": "",
"id": 5
},
{
"name": "Faisal",
"email": "faisal450fai@gmail.com",
"password": "12345",
"id": 6
}
],
"products": [
{
"name": "Apple iPhone 14 Pro",
"price": "505,999",
"color": "Deep Purple",
"category": "Mobile Phone",
"image": "https://images.priceoye.pk/apple-iphone-14-pro-pakistan-priceoye-fmnxi-270x270.webp",
"description": "",
"id": 1
}
]
}