Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.05 KB

MovieApp

This project was generated with Angular CLI version 8.3.19.

Steps to Run

PreReq : Have Angular and NodeJS installed

  1. Clone repository to your system.
  2. Run "npm install" to install dependencies.
  3. IMPORTANT: Run "npm run api" to run the json-server script
  4. Run "ng serve". Navigate to http://localhost:4200/

About

  1. To login as an adminsitrator, use UserName 'admin' and any password. To login as a normal user, use any UserName and Password.
  2. The admin can 'Add' and 'Delete' movies from the database.
  3. To Add a movie, click on 'Add' button in the toolbar when logged in as admin
  4. 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).

Screenshots

Movie list: Movie list

Movie Page: Movie Page

Movie Search: Movie Search

Add Movie: Add Movie