A simple Petstore client developed in C# that fetches list of available pets in inventory and sorts the list by category and then sorts the pets in reverse order.
- Microsoft dotnet-sdk v3.1.401
- Visual Studio 2019.
- Clone this repository.
- Double click the 'PetStoreDemo.sln' file to open the project in Visual Studio.
- Select the project 'PetStore.Demo' and click run button. This will display the output in a console.
- Open Test Explorer.
- Click Run All Tests in PetStore.UnitTests.Demo project.