parulmishra / FritoLay_MST_Ajax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FritoLay_MST Friday Independent Project MSTest

DotNet Independent Project, 10/13/2017

By Parul Mishra Dubedy

Description

_This .Net MVC Core1.1. Application provides the CRUD functionality for the Products. For each product a List of Reviews can be seen.

Behavior Input Output
1. The Landing Page of the FritoLay Foods 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: > Lays - Details >Dorritos - Details
2. On the Products Page when the Details button for any Product is clicked it leads to the Product detail Page Input: Lays -Details button is clicked > Output > Product Name: Lays > CountryOfOrigin: USA > Cost: $20 > Image: Image will be Displayed > Reviews: > Description: Very Good > Author Name: Parul > Rating: 4/5
3. On the Detail Page the user is Allowed to delete the product Input: For Lays - Delete button is clicked > Output: Lays product is Deleted.
4. On the Detail Page the user is Allowed to edit the product Input: For Lays - Edit button is clicked > Output: Lays name is updated to Yummy Lays.
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.
6. On the Detail Page the user is Allowed to add the review for product Input: For Lays - Add Review button is clicked > Output: A new Review is created.

Setup/Installation Requirements

  • Clone this repository

Known Bugs

  • No known bugs at this time

Technologies Used

  • .Net Core1.1
  • CSS
  • HTML
  • Visual Studio IDE
  • MAMP
  • MSTest

License

  • Copyright (c) 2017 by Parul Mishra.
  • This software is licensed under the MIT license.

About


Languages

Language:C# 98.1%Language:CSS 1.9%