A console app for a bakery. This console app present the user with the ability to purchase bread and/or pastries along with coffee. It correctly calculates the price based on the given rates, and returns the total to the user
You will need to have an up to date browser installed such as Chrome or Firefox. You will need a code editor of your choice (like vscode) to view and launch the projec and .NET Core v2.2 much be installed. If you don't have .NET Core it can be downloaded here. Follow the prompts to download and install .NET Core before attempting to launch this project.
- Use the browser navigate to my GitHub page respository
- Click the Green Code button and select Download Zip
- In your terminal, navigate to the folder where you would like to clone the project too
- Clone this repo to your chosen folder using "git clone https://github.com/Dave-Sterry/Bakery.Solutions in terminal
- Unzip the downloaded folder
- Open the root folder in your code editor
- Once you have the program open in your code editor, run dotnet restore Bakery.Test.csproj in the terminal to set the project up.
- After the project is sucessfully set up, navigate to the Bakery folder in the terminal.
- Then use the commmand dotnet run to start the console app.
- Follow the prompts and buy something from Pierre's Bakery!
- In the terminal navigate to the folder the project is located in
- Open the root folder in your code editor using the code . command
- Once you have the program open in your code editor, run dotnet restore Bakery.Test.csproj in the terminal to set the project up.
- After the project is sucessfully set up, navigate to the Bakery folder in the terminal.
- Then use the commmand dotnet run to start the console app.
- Follow the prompts and buy something from Pierre's Bakery!
- Open the project in your coder editor.
- Navigate in the terminal to Bakery.Test/ModelTests.
- Run the command dotnet test.
- View tests results in the terminal.
There are no known bugs at this time
Please contact me at sterry.david@gmail.com in regards to this project
- C# v 7.30
- .NET Core v 2.2
- dotnet script
- REPL
- Git
- VSCode
This project is licensed under MIT 2.0
Copyright (c) 2020 David Sterry