Pierre's Bakery

By Cameron Abel

Sample Console Application In C#

Technologies Used

  • C#
  • MSTest
  • .NET 6.0

Description

Pierre's Bakery is a sample console application demonstrating TDD with MSTest.

Setup/Installation Requirements

  • Clone this repository to your local machine
  • Navigate to Bakery.Solution\Bakery
  • Execute dotnet run

To run unit tests:

  • Navigate to Bakery.Solution\Bakery.Tests
  • Execute dotnet test

This project requires the .NET framework to launch.

Once shopping at Pierre's Bakery, you may order a new good by entering the corresponding menu number. Optionally, you may indicate a quantity to order (separated by a space). Any promotional deals will be calculated when you place your order.

When finished ordering, proceed to checkout for your itemized receipt. All sales are final; Pierre does not offer refunds.

Known Bugs

  • Extreme quantities can break program or scramble receipt

License

MIT

Copyright (c) 2023 Cameron Abel