/Code-Review-7

Primary LanguageC#MIT LicenseMIT

Code Review 7 (Bakery)

by Jonathan Delcid

February 12, 2022

In this website, a user is able to order bread and pastries from our bakery!

Technologies Used

  • C#
  • NuGet Package Manager
  • .Net 5
  • REPL
  • MySQL

Project Title: The Bakery

Project Setup/Installation Instructions:

  • Open the terminal on your local computer.

  • Navigate to the parent directory of your preference.

  • Clone this project using $ git clone https://github.com/delcidj22/code-review-7

  • Navigate to the top level of the directory with the command $ cd code-review-7

  • Open in Vs code: code .

  • Run: dotnet restore Bakery.Tests

  • The line above will install our csproj packages.

  • Run: "dotnet build" in terminal

  • The line above will compile and create obj and bin directories.

  • Run "dotnet run" for the page to run

Known Bugs

  • When starting with pastries, app is not letting run an else if to go back and add bread to total order. Start by adding bread if you would like to add both.

License

MIT License Published 2022 Jonathan Declid

Contact Information

If you encounter any issues with this site, please contact Jonathan Delcid at [jdelcid23@gmail.com] Copyright (c) 02/12/2022 Jonathan Delcid