An example ASP.NET Core application, demonstrating the basic functionality of a shopping basket. In its current form it is a stateless application with no persistance. If
To start the application use the following command(s)
dotnet run --project src/app/app.csproj apples apples milk bread
to run the unit tests
dotnet test