Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bakery

Created: 11/13/2020 Last updated: 5/1/2021

by Nick Hennessy

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!

Technologies Used

C# dotnet

Setup and Installation:

  • 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.

Known Bugs

A non integer input from the user will result in errors and the program ending.

View Online

This project is not yet hosted.

Contact njhnny@gmail.com

License MIT License (MIT)

Copyright (c) 2021 Nick Hennessy

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages