Welcome to the movie book! A web interface into the public TMDB Api. The interface allows for searching for movies, tv shows and people and also allows being able to browse content relevant to that person/Tv show/movie.
Future versions will include the ability to watch trailers, browse stills as well as the ability to view Tv seasons and other collections provided by the api.
This project was generated with Angular CLI version 6.2.3.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Only a basic e2e exists for this project - It is the default ootb one provided by the angular cli. This is due to the application querying a public api that is not controlled by itself. Therefore the content of the pages could change at any point. A future improvement could be to provide a stable mock api that the e2e tests can run against; but it is beyond the scope of this innitial version
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.