- All products have a name, cost and country of origin.
- All reviews have an author, content body (between 50-250 characters) and rating (between 1-5).
- Users are able to click an individual product to see its detail page.
- Users are able to add a review to a product.
- Unit testing in Visual Studio.
Styling inspired by Eataly.
- Download and install .NET Core 1.1 SDK
- Download and install MAMP
- Download and install Visual Studio 2017
- Clone repository
- Set MySQL Port to 3306 in MAMP
- In your terminal, navigate from the Solution folder to the project folder, GummiBearKingdom
- Enter
dotnet restore
in your terminal - Enter
dotnet ef database udpate
in your terminal
Copyright (c) 2018 Kaili Nishihira
Licensed under the MIT License