CS 6314.001/002 Assignment-5

$35.00

Download Details:

  • Name: hw-5-xak5hk.zip
  • Type: zip
  • Size: 7.61 MB

Category:

Description

5/5 - (1 vote)

 

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.
  2. Add images to video listing and 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.jpg for 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.