Movie Application using Angular
– Setup Node JS development environment In order to create this demo app you must have Node JS development environment set up in your machine.
– Install dependencies In order to create run demo app you need to run the following commands:
npm install --open
npm start
- Movies List :
- This service helps you to find a movie by id, title or genre, to see the result in a table and delete or edit the movie's information.
- Upload Movie:
- With this service, you can update the movie's information like title or genre.