-
Notifications
You must be signed in to change notification settings - Fork 5
/
db.json
54 lines (54 loc) · 1.61 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
{
"users": [
{
"full_name": "yusuftask",
"email": "yusuftask@",
"password": "12345",
"id": 1
}
],
"favorites": [
{
"adult": false,
"backdrop_path": "/vQJ3yBdF91tzd73G8seL5bOxfvG.jpg",
"genre_ids": [
53,
27,
18
],
"id": 599281,
"original_language": "en",
"original_title": "Fear of Rain",
"overview": "A teenage girl living with schizophrenia begins to suspect her neighbor has kidnapped a child. Her parents try desperately to help her live a normal life, without exposing their own tragic secrets, and the only person who believes her is Caleb – a boy she isn’t even sure exists.",
"popularity": 1181.031,
"poster_path": "/b2shaNA4F8zNIwoRYr33lPTiFfl.jpg",
"release_date": "2021-02-12",
"title": "Fear of Rain",
"video": false,
"vote_average": 7.3,
"vote_count": 83,
"isFavorite": true
},
{
"adult": false,
"backdrop_path": "/srYya1ZlI97Au4jUYAktDe3avyA.jpg",
"genre_ids": [
14,
28,
12
],
"id": 464052,
"original_language": "en",
"original_title": "Wonder Woman 1984",
"overview": "Wonder Woman comes into conflict with the Soviet Union during the Cold War in the 1980s and finds a formidable foe by the name of the Cheetah.",
"popularity": 1657.673,
"poster_path": "/8UlWHLMpgZm9bx6QYh0NFoq67TZ.jpg",
"release_date": "2020-12-16",
"title": "Wonder Woman 1984",
"video": false,
"vote_average": 6.9,
"vote_count": 3895,
"isFavorite": true
}
]
}