Skip to content

This application allows the user to select different Options in the Bakery menu and check the price, select different options and have a total prices of the option selected

Notifications You must be signed in to change notification settings

mandystar018/Pierre-s-Bakery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pierre's Bakery

Bakery App, 12/11/2020.

By Amanda Otero

Description

This Bakery app it let's you see and pick diferrent options Pierre's Bakery have in the menu and the specials you can choose between Pastry and Bread and see our menu options.

Setup/Installation Requirements

Open Locally

  1. _Navigate to my GitHub mandystar018 to view the project files and commits.
  2. Click on the green button labeled "Code" to copy repository URL.
  3. Clone the repository to your local machine by opening your machine terminal and using the command "git clone https://github.com/mandystar018/Bakery".
  4. To use this application you will need to install .NET. Please, see instructions below.

.NET Installation

Mac

C# and .NET programming are fully supported on Mac operating systems. We can install .NET and C# on a Mac in a few steps:

  1. Download this .NET Core SDK (Software Development Kit) . Clicking this link will prompt a .pkg file download from Microsoft.

  2. Open the file. This will launch an installer which will walk you through installation steps. Use the default settings the installer suggests.

  3. Confirm the installation is successful by opening your terminal and running the command $ dotnet --version. You should see something like this in response: 2.2.105. This means both .NET and C# are successfully installed.

Windows

Note on Windows Versions These Windows instructions assume you're using Windows 10. If you currently run Windows 7 or Windows 8, you may have a free upgrade available.

Installation Steps

  1. Download either the the 64-bit .NET Core SDK (Software Development Kit). Clicking these links will prompt a .exe file download from Microsoft.

  2. Open the file and follow the steps provided by the installer for your OS.

  3. Confirm the installation is successful by opening a new Windows PowerShell window and running the command dotnet --version. You should see something a response like this (version numbers do not need to be the same): 2.2.105
    This means .NET and C# are installed and our computer recognizes the dotnet command.

Running Program

Run Application

You can launch our program with the following steps:

  1. Navigate to the "/Bakery/" folder in the command line.

  2. Run the following command: $ dotnet build

  3. Finilly, run the following command to execute this compiled code: $ dotnet run

Run Tests

  1. Open Terminal, navigate into the "/Bakery.Tests/" folder in the command line
  2. Run the following command $"dotnet restore" to retrieve and install the packages we listed in .csproj in our application.
  3. _Then run the following command: $ dotnet test

Known Bugs

No known bags

Support and contact details

If you have any questions, ideas or concerns, please, contact us:

Technologies Used

  • C#
  • .NET
  • VisualStudio Code
  • Git
  • GitHub
  • MSTest

License

This software is licensed under the MIT license

Copyright (c) 2020 Amanda Otero

About

This application allows the user to select different Options in the Bakery menu and check the price, select different options and have a total prices of the option selected

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages