-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathdb.json
31 lines (31 loc) · 1.01 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
{
"posts": [
{
"userId": "ccf4107f-8c8c-40a7-8719-8df3c6294706",
"text": "hello john",
"id": "043d7b8d-3724-4b29-b834-164a18814623",
"timestamp": "Sun, 03 Feb 2019 18:50:05 GMT"
},
{
"userId": "ccf4107f-8c8c-40a7-8719-8df3c6294706",
"text": "hello world",
"id": "b13e06e5-fbbd-4a33-8b52-fbd0147fae03",
"timestamp": "Sun, 03 Feb 2019 18:50:17 GMT"
},
{
"userId": "ccf4107f-8c8c-40a7-8719-8df3c6294706",
"text": "hello world",
"id": "bb1ce8ca-ddc3-4f95-b8cd-c34ac426b6b4",
"timestamp": "Sun, 03 Feb 2019 18:52:29 GMT"
}
],
"users": [
{
"name": "john doe",
"email": "[email protected]",
"password": "$2a$10$7h/0SQ4FXRG5eX3602o3/.Ak08EEuruI..iDU01gijGxnExUJPjZW",
"id": "ccf4107f-8c8c-40a7-8719-8df3c6294706",
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjRjNTVmYjQyLTVkZDktNDFlNS1hYzczLTdhODNlMWVmY2Y2NiIsImlhdCI6MTU0OTQ0NjY1Mn0.E1VEyE4gvv7jb151JICl6YcndVSveWpEkjTHKtOm0pA"
}
]
}