Extend your existing Express.js, EJS, and Mongoose e-commerce application by implementing an On-Sale Products page (/onsale-products). This task tests your ability to query data via Mongoose, pass the full dataset to an EJS template, and use jQuery to manipulate the DOM so that only 10 products are visible at a time, complete with custom “Next” […]
Read MoreObjective: Extend your existing Express.js, EJS, and Mongoose e-commerce application by implementing a dynamic, real-time updated Sales Dashboard (/sales). This task will test your ability to work with template engines, layouts, Mongoose aggregation or queries, API endpoints, and client-side AJAX polling using jQuery. Problem Statement & Requirements You are required to add a new administrative […]
Read MoreExplain What is Express in Node and give examples how it handles requests with different http methods. give code snippets
Read MoreTask: Modify your existing e-commerce landing page to include a “Featured Deals” section that pulls data dynamically.
Read MoreTransform your static “Products” section into an interactive, touch-responsive Carousel (Slider) using your existing styled product cards.
Read MoreWatch Closely the out put. This is the out put of below HTML code. you are required to draw the layout on your answer sheet and label the properties which have produced this output.
Read MoreDuration: 2 HoursTotal Marks: 50 (Lab Final) Allowed Resources: Important Instructions Scenario Your existing e-commerce system is built using: Currently, the system supports: You are required to extend and improve the system without breaking existing features. Task 1: Checkout & Order Creation Objective Convert the cart into a persistent order. Requirements Task 2: Middleware & […]
Read More