-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
48 lines (48 loc) · 955 Bytes
/
db.json
File metadata and controls
48 lines (48 loc) · 955 Bytes
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": 1,
"name": "The Lalit",
"address": "Mumbai Airport Road",
"email": "LalitInfo@gmail.com",
"services": "contenental",
"mobile": 8788474986
},
{
"id": 2,
"name": "Grand Hayat",
"address": "Pune",
"email": "Hayat@gmail.com",
"services": "Indian",
"mobile": 9090909090
},
{
"id": 4,
"name": "Shereton Grand",
"address": "Koregaon park",
"email": "GrandInfo@gmail.com",
"services": "contenental",
"mobile": 797989896767
}
],
"signup": [
{
"name": "Taj",
"email": "TajManagement@gmail.com",
"mobile": 999999999,
"password": "password@123",
"id": 1
},
{
"name": "Admin",
"email": "Marvellous@gmail.com",
"mobile": 3164631649,
"password": "Admin@123",
"id": 2
}
],
"comments": [],
"profile": {
"name": "typicode"
}
}