CapstoneProject18 / Design-and-Develop-micro-service-based-web-application

an e-commerce application that takes orders from customers, verifies inventory and available credit, and ships them. The application consists of several components including the StoreFrontUI, which implements the user interface, along with some backend services for checking credit, maintaining inventory and shipping orders. The application consists of a set of services.
0 stars 0 forks source link

Homepage and Item List (Inventory) #1

Open harshitsharmahts opened 6 years ago

harshitsharmahts commented 6 years ago

Description: As a customer, I want to be able to navigate to the e-cart website to view their inventory.

Tasks:

1. Create a homepage for the e-cart with basic business and contact information.
2. Add data for each item for sale, including parameters for a title, an image, a description, a price, and an inventory number.
3. List each item on the homepage with its title, image, description, price and inventory number.