This application was created by Charles Jones & Allison Turnblom. The app was built to display Movies and TV shows from various providers, displayed by category with a few filters and sorting options. The project implements Angular, Material 2, Express, and Node and uses the Guidebox and OMDB APIs to fetch movie metadata.
- The angular-cli must be installed.
- In the tv-app directory run
npm install
thenng build
. - In the parent directory to start the application run
npm install
and thennpm start
, the server will tell whatIP
andPORT
it is listening on to navigate to in the browser.