-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
54 lines (54 loc) · 1.5 KB
/
Copy pathdb.json
File metadata and controls
54 lines (54 loc) · 1.5 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
{
"pictures": [
{
"id": 1,
"comments": [],
"date": "5th May 2023",
"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ9bKvNbfTt0Xl2tvmcNxV-WUvRd0CkEOVaDg",
"likes": 0,
"user": "George Chesire"
},
{
"id": 2,
"comments": [],
"date": "5th May 2023",
"image": "https://images.pexels.com/photos/2405039/pexels-photo-2405039.jpeg?auto=compress&cs=tinysrgb&w=600",
"likes": 0,
"user": "Terrence Chebii"
},
{
"id": 3,
"comments": [],
"date": "5th May 2023",
"image": "https://images.pexels.com/photos/1142948/pexels-photo-1142948.jpeg?auto=compress&cs=tinysrgb&w=600",
"likes": 0,
"user": "Yahya Garat"
}
],
"users": [
{
"name": "George Chesire",
"password": "georgechesire",
"profile_picture": "https://doitbeforeme.com/wp-content/uploads/2023/01/Naruto-Wallpaper-hd.webp",
"followers": [],
"following": [],
"id": 1
},
{
"name": "Terrence Chebii",
"password": "terrence",
"profile_picture": "https://images.pexels.com/photos/16539495/pexels-photo-16539495.jpeg?auto=compress&cs=tinysrgb&w=600&lazy=load",
"followers": [],
"following": [],
"id": 2
},
{
"name": "Yahya Garat",
"password": "yahya",
"profile_picture": "https://images.pexels.com/photos/904332/pexels-photo-904332.jpeg?auto=compress&cs=tinysrgb&w=600",
"followers": [],
"following": [],
"id": 3
}
]
}