morecallan / movie-history-api

Zoe is awesome.
0 stars 0 forks source link

Create Movie JSON #9

Closed zoeames closed 6 years ago

zoeames commented 6 years ago

Story

As a developer, I would like some seed data.

Acceptance Criteria

When the project is fresh and new Then there exists some json data with valid movies

zoeames commented 6 years ago

Comment by zoeames Tuesday Oct 17, 2017 at 04:40 GMT


create db/movies.json

zoeames commented 6 years ago

Comment by zoeames Tuesday Oct 17, 2017 at 04:40 GMT


Firebase collection will be called movies

zoeames commented 6 years ago

Comment by zoeames Tuesday Oct 17, 2017 at 04:40 GMT


make 10 movies in json file

zoeames commented 6 years ago

Comment by zoeames Tuesday Oct 17, 2017 at 04:44 GMT


Sample movie:

"movie0": {
    "title": "Star Wars: The Force Awakens",
    "description": "Thirty years after defeating the Galactic Empire, Han Solo and his allies face a new threat from the evil Kylo Ren and his army of Stormtroopers.",
    "image": "http://image.tmdb.org/t/p//w342//weUSwMdQIa3NaXVzwUoIIcAi85d.jpg",
    "rating": 5,
    "isWatched": true
}