nss-evening-cohort-06 / angular-movie-history

0 stars 2 forks source link

Create Movie JSON #15

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 Nov 14, 2017 at 05:01 GMT


Firebase collection wil lbe called movies create db/movies.json Make 10 movies in json file

zoeames commented 6 years ago

Comment by zoeames Tuesday Nov 14, 2017 at 05:01 GMT


Sample movie:

    "movie0": {
        "title": "Star Wars: The Force Awakens0",
        "overview": "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.",
        "poster_path": "weUSwMdQIa3NaXVzwUoIIcAi85d.jpg",
        "rating": 5,
        "isWatched": false,
        "uid": "12345"
    },