-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
98 lines (98 loc) · 3.63 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
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
{
"users":[
{
"id": 1,
"password": "helloWorld",
"name": "Emin",
"surname": "Alizada",
"mail": "[email protected]",
"username": "e1000alizade",
"gender": "M",
"birthdate": "09/09/1999",
"phone_number": "+994506666666",
"description": "Student who suffers a lot, but hopes that it will worth all this pain",
"profile_photo": "https://scontent.fgyd8-1.fna.fbcdn.net/v/t1.0-9/60339597_2247345002023189_4127113321167978496_o.jpg?_nc_cat=106&_nc_ohc=imFge-RCrB0AQn6Uzk2zxhu3_IC6iwX36pxAoRS79EdFIiiAUq8WjRRwg&_nc_ht=scontent.fgyd8-1.fna&oh=72f78770030a1c613995a3e9ae5a3e4a&oe=5E82CDAE",
"number_followers": 666,
"number_follow": 666
},
{
"id": 2,
"password": "password",
"name": "Ulvi",
"surname": "Aslanli",
"mail": "[email protected]",
"username": "ulviaslanli",
"gender": "M",
"birthdate": "10/09/1999",
"phone_number": "+994503334455",
"description": "Monster of Alghorithms",
"profile_photo": "https://scontent.fgyd8-1.fna.fbcdn.net/v/t1.0-9/55875595_2102229156492920_7893880260591091712_o.jpg?_nc_cat=100&_nc_ohc=p79WHMs1iTQAQnCYN-Vo-Mc8c2iqw47OkkWnEsCKR5CTfxejEHzlLlQ6A&_nc_ht=scontent.fgyd8-1.fna&oh=0f3cb8a73201f35967b815337856d37d&oe=5E68E882",
"number_followers": 333,
"number_follow": 56
},
{
"id": 3,
"password": "mr.Zulfuqar",
"name": "Zulfuqar",
"surname": "Asgerzade",
"mail": "[email protected]",
"username": "zulfuqar.a",
"gender": "M",
"birthdate": "11/09/1999",
"phone_number": "+994502221133",
"description": "Frontend Killer",
"profile_photo": "https://elysator.com/wp-content/uploads/blank-profile-picture-973460_1280-e1523978675847.png",
"number_followers": 4672,
"number_follow": 12
},
{
"id": 4,
"password": "1207",
"name": "Vagif",
"surname": "Quliyev",
"mail": "[email protected]",
"username": "va.gif",
"gender": "M",
"birthdate": "19/11/1999",
"phone_number": "+994502002020",
"description": "Student who suffers a lot, but hopes that it will worth all this pain",
"profile_photo": "https://scontent.fgyd8-1.fna.fbcdn.net/v/t31.0-8/23632434_1265610253582707_7427510248548204538_o.jpg?_nc_cat=110&_nc_ohc=bdocKHHPHGMAQlQn8yNCvUF4GkZkgRJ9-DTEwOBKwN191c-CGppWVHBog&_nc_ht=scontent.fgyd8-1.fna&oh=da39ea623976ff71cb68a3f306740528&oe=5E79B782",
"number_followers": 94532,
"number_follow": 3
}
],
"posts": [
{
"id": 1,
"user_id": 1,
"description": "More than Friends",
"img_url": "https://scontent.fgyd8-1.fna.fbcdn.net/v/t1.0-9/60865930_2247345922023097_1771987615227052032_n.jpg?_nc_cat=105&_nc_ohc=RxvA59eD_8oAQnAemwSwh9I157mxoCjaSCwoteqax6x0bZqQG9f7Db9CQ&_nc_ht=scontent.fgyd8-1.fna&oh=91370c41850a17ce93c5f88bb70fb47d&oe=5E6B3FFF",
"like_counter": 200,
"location": "Botanical Garden",
"comments_counter": 222,
"date": "12 July 2019"
},
{
"id": 2,
"user_id": 4,
"description": "Aaaaaa bu konfetin tam özündən Starbucks a gəlib",
"img_url": "https://scontent.fgyd8-1.fna.fbcdn.net/v/t1.0-9/46750662_1568789999931396_3389540747794448384_o.jpg?_nc_cat=107&_nc_ohc=H7J40r6B6mAAQmHEtiHmtUxxTk_kp3p27Sq4HQYsWhXtlBGDlGKZGwhLw&_nc_ht=scontent.fgyd8-1.fna&oh=ea73453c9ae4d8c636d845e803def096&oe=5E7A2431",
"like_counter": 666,
"location": "Somewhere on Earth",
"comments_counter": 222,
"date": "19 November 2019"
}
],
"follows": [
{
"who": 1,
"whom": 2
}
],
"followers":[
{
"who": 1,
"whom": 2
}
]
}