Description
Create a video rental web application by using MEAN stack.
- Your application should include all CRUD operations (Create, Read, Update, Delete) for manipulating videos.
- 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:
- Zipped application folder.
- Screenshot for video listing page.
- Screenshot for video detail (edit) page.
- Screenshot of the list of documents in mongodb.