_This .Net MVC Core1.1. Application provides the CRUD functionality for the Products.
Behavior | Input | Output |
---|---|---|
1. The Landing Page of the Gummy Bear Kingdom application contains the link to products. When the products link in the navbar clicked it leads to the product list | > Products in the navbar clicked | > Products list: > Gold-bear - Details >Berries - Details |
2. On the Products Page when the Details button for any Product is clicked it leads to the Product detail Page | Input: Gold-Bear -Details button is clicked | > Output > Product Name: Gold-Bears > CountryOfOrigin: USA > Cost: $20 > Image: Image will be Displayed. |
3. On the Detail Page the user is Allowed to delete the product | Input: For Gold-Bear - Delete button is clicked | > Output: Gold-Bear product is Deleted. |
4. On the Detail Page the user is Allowed to edit the product | Input: For Gold-Bear - Edit button is clicked | > Output: Gold-Bear name is updated to Cherry-Bear. |
5. On the Products Page, a new Product is created using create button | Input: Create button clicked >Product Information entered | > Output: A new Product is created. |
- Clone this repository
- No known bugs at this time
- .Net Core1.1
- CSS
- HTML
- Visual Studio IDE
- MAMP
https://www.haribo.com/enUS/products/haribo.html
- Copyright (c) 2017 by Parul Mishra.
- This software is licensed under the MIT license.