Pierre's Bakery 🥐

by Hayeong Pyeon

Table of Contents

  1. Technologies Used
  2. Description
  3. Setup Requirements
  4. Known Bugs
  5. License

Technologies used

  • C#, TDD (MS Unit Testing)
  • Built-in C# tools: ConsoleColor, System.Treading
  • Try/Catch Block
  • Autho-implemented Property

Description

  • This is an independent project provided from Epicodus.
  • This project is to review TDD with C# course.

Setup Requirements

  1. Clone this repo.
  2. Open your terminal and navigate to this project's production directory called Bakery.
  3. In the command line, run the command dotnet run to compile and execute the console application. Since this is a console application, you'll interact with it through text commands in your terminal.
  4. To run MS testing, navigate to the tests directory called Bakery.Tests and run the command dotnet test.
  5. Optionally, you can run dotnet build to compile this console app without running it.

Known Bugs

  • No known bugs found as of Feb 26, 2024

License

MIT | Copyright © 2024 Hayeong Pyeon