- Search Movie
- Show Results -- Possibly Display Artwork
- Click Item for More Details
- Movie Object -- ID -- Title (String) -- TitleNameSortable (String) -- TitleID -- StoryLines (Array) -- ReleaseYear (Integer) -- Participants [Cast & Crew] (Array) -- OtherNames (Array) -- Genres (Array of Strings) -- Awards (Array of Obj)
cd movee-api
npm install
npm run start
npm run lint # eslint-test
cd movee-api
npm install
npm run start