-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
47 lines (47 loc) · 974 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
{
"posts": [
{
"id": 1,
"name": "arayan hotel 1",
"address": "GOBINDAPUR , KAILASHAHAR , UNAKOTI TRIPURA",
"email": "sdfaf@gmail.com",
"services": "chai , samosa",
"mobile": 7845581125
},
{
"id": 2,
"name": "selection",
"address": "GOBINDAPUR , KAILASHAHAR , UNAKOTI TRIPURA",
"email": "selection@abc.com",
"services": "chai",
"mobile": 78941252511
}
],
"signup": [
{
"name": "arayan hotel 1",
"email": "sibashish@abc.com",
"mobile": 8769145511,
"password": "password@123",
"id": 1
},
{
"name": "Selection",
"email": "selection@abc.com",
"mobile": 3164631649,
"password": "passowrd@123",
"id": 2
},
{
"name": "Test",
"email": "test@test.com",
"mobile": 9876543210,
"password": "test@2023",
"id": 3
}
],
"comments": [],
"profile": {
"name": "typicode"
}
}