-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
104 lines (104 loc) · 2.16 KB
/
db.json
File metadata and controls
104 lines (104 loc) · 2.16 KB
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
{
"users": [
{
"username": "nenor96",
"email": "nenor1995@gmail.com",
"password": "bombarder",
"gender": "male",
"age": "22",
"about": "",
"registered": "16/5/2019",
"admin": true,
"image": "/images/male.png",
"id": 1
},
{
"username": "testt",
"email": "nenor12995@gmail.com",
"password": "bombarder",
"gender": "male",
"age": 0,
"about": "",
"registered": "31/12/2019",
"admin": false,
"image": "/images/male.png",
"id": 2
}
],
"posts": [
{
"userId": 1,
"username": "nenor96",
"title": "nnggg",
"body": "nn",
"date": "4/6/2019",
"time": "06:58",
"id": 1
},
{
"userId": 1,
"username": "nenor96",
"title": "dsadsa",
"body": "Behaviour we improving at something to. Evil true high lady roof men had open. To projection considered it precaution an melancholy or. Wound young you thing worse along being ham. Dissimilar of favourable solicitude if sympathize mgh hop",
"date": "4/6/2019",
"time": "10:07",
"id": 3
},
{
"userId": 1,
"username": "nenor96",
"title": "ewqeqw",
"body": "dsaads",
"date": "4/6/2019",
"time": "10:07",
"id": 4
},
{
"userId": 1,
"username": "nenor96",
"title": "nmmnmnmn",
"body": "lklklklk",
"date": "24/6/2019",
"time": "04:00",
"id": 5
},
{
"userId": 1,
"username": "nenor96",
"title": "eee",
"body": "dsda",
"date": "26/6/2019",
"time": "03:44",
"id": 6
},
{
"userId": 2,
"username": "testt",
"title": "sdasasddas",
"body": "asdsssdsadas",
"date": "31/12/2019",
"time": "13:04",
"id": 7
}
],
"comments": [
{
"userId": 1,
"username": "nenor96",
"postId": 5,
"body": "klklk",
"date": "24/6/2019",
"time": "04:00",
"id": 2
},
{
"userId": 1,
"username": "nenor96",
"postId": 6,
"body": "sad",
"date": "31/12/2019",
"time": "12:11",
"id": 4
}
]
}