This project was generated with Angular CLI version 8.3.19.
PreReq : Have Angular and NodeJS installed
- Clone repository to your system.
- Run "npm install" to install dependencies.
- IMPORTANT: Run "npm run api" to run the json-server script
- Run "ng serve". Navigate to
http://localhost:4200/
- To login as an adminsitrator, use UserName 'admin' and any password. To login as a normal user, use any UserName and Password.
- The admin can 'Add' and 'Delete' movies from the database.
- To Add a movie, click on 'Add' button in the toolbar when logged in as admin
- To delete a movie, click on any movie in the movie list view, then click on 'delete movie' button (when logged in as an admin).