-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
133 lines (129 loc) · 3.14 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"seller": [
{
"name": "sorya",
"email": "soryarathore@gmail.com",
"password": "123@abc",
"id": 1
},
{
"name": "ravi",
"email": "ravi@gmail.com",
"password": "123@abc",
"id": 2
},
{
"name": "ravindra",
"email": "ravi@gmail.com",
"password": "123@abc",
"id": 3
},
{
"name": "soryarathore",
"password": "12345",
"email": "rathorehomi@gmail.com",
"id": 4
},
{
"name": "piter",
"password": "12345",
"email": "rathorehomi@gmail.com",
"id": 5
},
{
"name": "rinku",
"password": "12345",
"email": "rathorehomi@gmail.com",
"id": 6
},
{
"name": "rani",
"password": "12345",
"email": "rathorehomi@gmail.com",
"id": 7
},
{
"name": "raju",
"password": "12345",
"email": "rathorehomi@gmail.com",
"id": 8
},
{
"name": "rakesh",
"password": "12345",
"email": "rathorehomi@gmail.com",
"id": 9
},
{
"name": "ramu",
"password": "12345",
"email": "rathorehomi@gmail.com",
"id": 10
},
{
"name": "rakesh",
"password": "12345",
"email": "rathorehomi@gmail.com",
"id": 11
}
],
"products": [
{
"name": "design",
"price": "1000",
"category": "design product",
"color": "Mixer",
"description": "this is awesome design products ",
"image": "https://images.unsplash.com/photo-1627163439097-373d08b797d1?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1632&q=80",
"id": 1
},
{
"name": "Design",
"price": "1100",
"category": "Design Products",
"color": "Mixer",
"description": "If you like then you can buy this",
"image": "https://images.unsplash.com/photo-1622737133809-d95047b9e673?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1032&q=80",
"id": 2
},
{
"name": "Design",
"price": "1200",
"category": "design product",
"color": "Mixer",
"description": "this is also good product if you like then you can buy this",
"image": "https://images.unsplash.com/photo-1627163439134-7a8c47e08208?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1032&q=80",
"id": 3
},
{
"name": "Design",
"price": "6000",
"category": "design product",
"color": "Mixer",
"description": "sorya rathore is selling this i think this is also good product",
"image": "https://images.unsplash.com/photo-1617396900799-f4ec2b43c7ae?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8d2FsbHBhcGVyJTIwNGt8ZW58MHx8MHx8&auto=format&fit=crop&w=500&q=60",
"id": 4
}
],
"users": [
{
"id": 1
},
{
"name": "sorya",
"email": "soryarathore@gmail.com",
"password": "123@abc",
"id": 2
},
{
"name": "jugnu",
"email": "surjeetkhalasi@gmail.com",
"password": "123@abc",
"id": 3
}
],
"cart": [
],
"orders":[
]
}