This is a small project that was done in order to partially teach myself C#, but also to be an assignment for a currently unamed company.
dotnet restore
cd AssignmentShopper
dotnet run
The website is hosted on http://localhost:5000.
dotnet restore
cd AssignmentShopper.Tests
dotnet test