Skip to content

dlinds/VendorAndOrder.Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pierre's Bakery Website

By Daniel Lindsey

Admin interface for Pierre's bakery that allows management of vendors and order

Technologies Used

  • C#
  • MSTest
  • .NET Framework
  • HTML
  • CSS
  • Javascript

Description

This is a C# web application for a bakery. Once run, the site will allow the baker, Pierre, to manage vendor and order relationships. The application is written in C# and uses the .NET 5.0 web framework

Setup/Installation Requirements

  • Cloning the repository

    To view this application, you must clone it to your computer. To do so,
  1. First, you will need to access a terminal. The easiest way to do so on either OS X (Mac) or Windows is to install Visual Studio (VS) Code.
  2. Once VS Code and Node.js are installed, navigate back to this project
  3. Locate and click the green Code button at the top of the page, and choose the option to Download ZIP.
  4. Once downloaded, navigate to your Downloads folder and extract the contents to a location of your choosing.
  5. Right click in the root directory of the folder, and choose Open With Code. This should open the repository in VS Code.
  • Installing C# and .NET

    Once the project is downloaded to your computer, you will need to download and install C# and the .NET SDK.
  1. First, download and install the .NET 5 SDK
  1. Once installed, open the project in VS Code (if it is not already open) and access a new terminal via the menu at top of VS Code.
  2. Type the following command: dotnet tool install -g dotnet-script
  3. Next, configure your terminal environment with the following command
  • Mac: echo 'export PATH=$PATH:~/.dotnet/tools' >> ~/.zshrc

  • Windows: echo 'export PATH=$PATH:~/.dotnet/tools' >> ~/.bash_profile

  • Run the project

    Now that everything is installed, you may run the project.

  1. Open up a new terminal and navigate to the VendorAndOrder Folder
  2. Type in the following command: dotnet run
  3. Open a web browser and navigate to http://localhost:5000
  • Run tests with MS Test

    Should you wish to make any changes to the code, you will need to run tests in order to confirm the code is still functioning as expected.
  1. Open up a new terminal and navigate to the VendorAndOrder.Tests Folder
  2. Type in the following command: dotnet test
  3. If there are any errors, please correct them before submitting a pull request.

Known Bugs

  • No known issues at this time

License

MIT

Copyright (c) 3-4-2022 Daniel Lindsey

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published