Created: 11/13/2020 Last updated: 5/1/2021
A simple order form for a bakery, selling bread and pastries. Enter your order and the program will return your total, including some sweet discounts!
C# dotnet
-
Open terminal(mac) or command line(pc)
-
Navigate to the location you would like this project using the command "cd (name of location)"
-
Enter "git clone https://github.com/njhnny/bakery-project" or
-
Navigate to the project's github page in your browser and download the code using the green button in the top right corner.
-
dotnet V5 is required to run this program. Install if needed.
-
Use terminal to navigate to Bakery to run program.
-
Enter command dotnet build to build the project and install dependencies.
-
Enter dotnet run to run the program.
-
To run tests, navigate to Bakery.Tests in terminal and enter command dotnet test.
A non integer input from the user will result in errors and the program ending.
This project is not yet hosted.
Contact njhnny@gmail.com
License MIT License (MIT)
Copyright (c) 2021 Nick Hennessy