Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"prettier.singleQuote": false,
}
23 changes: 22 additions & 1 deletion db.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
{
"movies":[],
"movies": [
{
"vote_average": 6,
"vote_count": 294,
"id": 3604,
"video": false,
"media_type": "movie",
"title": "Flash Gordon",
"popularity": 10.523215,
"poster_path": "/9c5vKUX7MB1yixVp0ZFAUDRTaeE.jpg",
"original_language": "en",
"original_title": "Flash Gordon",
"genre_ids": [
878
],
"backdrop_path": "/bOVyJyl19wX6crzZDCERXeweeZ8.jpg",
"adult": false,
"overview": "A football player and his friends travel to the planet Mongo and find themselves fighting the tyrant, Ming the Merciless, to save Earth.",
"release_date": "1980-09-01",
"_id": 2
}
],
"posts": [
{
"id": 1,
Expand Down
Loading