/Pierres-Bakery

Epicodus Independent Project, Week 8: Test-Driven Development with C#

Primary LanguageC#

Pierre's Bakery

Buy some bread, buy some pastries

By Melissa Schatz-Miller

Technologies Used

  • C#
  • .NET 5
  • MSTest
  • NuGet

Description

This C#-based console application allows users to pretend to buy bread and pastries from "Pierre's Bakery." After setup [detailed below], simply follow the on-screen prompts and enjoy hours of fictional bready commerce.

Instructions

Technology Requirements

Setup/Installation

  • Clone this repository to an empty folder or to your desktop, or download and open the Zip on your local machine
    Instructions for cloning can be found here.
  • Open the Bakery.Solution folder in your preferred text editor
  • Restore and build the project:
    • Navigate to the Bakery.Solution/ folder in the command line or terminal -- Run dotnet restore to restore the project dependencies -- Run dotnet build to build and compile the project
    • Navigate to the Bakery.Solution/Bakery.tests folder in the command line or terminal -- Run dotnet restore to restore the test project dependencies -- Run dotnet build to build and compile the test project
  • Testing:
    • First run restore and build, as outlined above
    • Next, in the terminal [make sure you're in the Bakery.Solution/Bakery.Tests folder], run dotnet test
  • Run the Console App:
    • Navigate to the Bakery.Solution/Bakery folder in the terminal
    • Run dotnet run
    • The application will run in the console
    • Pretend to buy bread! And pastries! What fun!

Known Bugs

  • No known bugs at this time

License

GPL Copyright (c) 2021, Melissa Schatz-Miller

Contact Information

Melissa Schatz-Miller melissa.scmi@gmail.com
Please feel free to reach out to me with suggested changes/improvements, or if you have any questions.