Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

JarrodSwords/checkout-order-total-kata

Repository files navigation

checkout-order-total-kata

Development exercise for Pillar Technology.

Build and run tests

From root directory:

dotnet restore
dotnet build
dotnet test .\PillarTechnology.GroceryPointOfSale.Test\PillarTechnology.GroceryPointOfSale.Test.csproj

Run the API and test with Postman

  1. Run the API. From root directory:
dotnet run -p .\PillarTechnology.GroceryPointOfSale.WebApi\
  1. Execute Postman.

  2. Click the "Import" button, then select "Import From Link."

  3. Paste https://www.getpostman.com/collections/b2fb6c86712425c203bc in the textbox and press the "Import" button. This will create a preconfigured collection of API requests.

  4. Modify and send requests as desired.

About

Pillar Technology - Checkout Order Total Kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages