Vendors and Orders

A C# MVC Application, friday code review. March 13, 2020

By Jeremy Padot

Description

_An MVC application that will keep track of vendors and their orders for our friend Pierre. This application will supply Pierre with Vendor categories, their description, and a list of what they typically order. _

Landing Page Preview

Behavior Driven Project Specifications

Behavior Input Output
Application creates instance of Vendor Vendor name/description Application creates new Vendor
Application creates instance of Order Order title/description/price/date Application creates new Order
Application sorts orders inside vendors as categories and items newVendor newOrder Application creates object within object
Application returns Vendor and Order Vendor: Harus Bakery / Order: Tenderpaw Biscuits & Catnip sweetroll, $10, March 12, 2020 Vendor: Harus Bakery Order: Harus Order, Tenderpaw Biscuits & Catnip sweetroll, $10, March 12, 2020

Setup/Installation Requirements

In your computer's terminal:

  1. Navigate to where you want this application to be saved, i.e.:
cd desktop
  1. Clone the file from GitHub with HTTPS
git clone https://github.com/kalepadot/VendorAndOrder.Solutions.git
  1. Enter into the new file directory
cd VendorAndOrder.Solutions
  1. Enter the program file
cd VendorAndOrder/
  1. Restore
dotnet restore
  1. Build
dotnet build
  1. Start the program
dotnet run
  1. Open in your browser by clicking
http://localhost:5000

Known Bugs

No known bugs at this time.

Support and contact details

Have a bug or an issue with this application? Open a new issue here on GitHub.

Technologies Used

  • C#
  • .NET 2.2
  • Terminal
  • Git
  • VS Code
  • Macbook Pro
  • MVC
  • Mr. Squiggles

License

MIT

Copyright (c) 2020 Jeremy Padot