Bakery Vendors

By: Kim Brannian

A web application for a bakery to track their vendors and respective orders.

Technologies Used

  • C#
  • .NET
  • ASP.NET Core MVC
  • Razor
  • NuGet
  • git
  • GitHub

Description

A website to track vendors and orders.

System Requirements

Setup/Installation Requirements

  • Navigate to https://github.com/kimberkay/BakeryVendors.Solution
  • Click on the green "Code" button and copy the repository URL or click on the copy button
  • Open the terminal on your desktop
  • Once in the terminal, use it to navigate to your desktop folder
  • Once inside your desktop folder, use the command git clone https://github.com/kimberkay/BakeryVendors.Solution.git
  • After cloning the project, navigate into it using the command cd BakeryVendors.Solution\BakeryVendors
  • Run the command dotnet restore to install project dependencies
  • Run the command dotnet run to run the project in the browser
  • If you would like to run the tests for the project, navigate to the BakeryVendors.Solution\BakerVendors.Tests folder using the command cd ../BakeryVendors.Tests`
  • Then run the command dotnet test

Known Bugs

  • No known bugs.

License

MIT License: https://opensource.org/licenses/MIT

Copyright (c) 2021 Kim Brannian