-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
48 lines (48 loc) · 950 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
{
"posts": [
{
"id": 2,
"name": "Grand Hayat",
"address": "Pune",
"email": "[email protected]",
"services": "Indian",
"mobile": 9090909090
},
{
"id": 3,
"name": "Le Meridian",
"address": "Pune Mumbai highway",
"email": "[email protected]",
"services": "Chinese + Indian",
"mobile": 9999999999
},
{
"id": 4,
"name": "Meridian",
"address": "Mumbai highway",
"email": "[email protected]",
"services": "Indian",
"mobile": 9999999999
}
],
"signup": [
{
"name": "Taj",
"email": "[email protected]",
"mobile": 999999999,
"password": "password@123",
"id": 1
},
{
"name": "Admin",
"email": "[email protected]",
"mobile": 3164631649,
"password": "Admin@123",
"id": 2
}
],
"comments": [],
"profile": {
"name": "typicode"
}
}