CS 6314.001/002Assignment-5

$40.00

Category: Tags: , , , , , You will Instantly receive a download link for .zip solution file upon Payment || To Order Original Work Click Custom Order?

Description

5/5 - (2 votes)

Create a video rental web application by using MEAN stack.

  1. Your application should include all CRUD operations (Create, Read, Update, Delete) for manipulating videos.

 

  1. Add images to video listingand video details (edit) page. You will show thumbnail images for listing page (home page) and show original size images for details page. You don’t need to automatically upload pictures. Store your images under “public/images” folder and name each image as  “{video.shortname}”.jpg  for original size image and “{video.shortname}”_tn.jpgfor thumbnail size image. There is no restriction on image file format, thus you can use any format. (jpg, jpeg, png, etc.)

 

 

Deliverables:

  1. Zipped application folder.
  2. Screenshot for video listing page.
  3. Screenshot for video detail (edit) page.
  4. Screenshot of the list of documents in mongodb.