_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. _
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 |
In your computer's terminal:
- Navigate to where you want this application to be saved, i.e.:
cd desktop
- Clone the file from GitHub with HTTPS
git clone https://github.com/kalepadot/VendorAndOrder.Solutions.git
- Enter into the new file directory
cd VendorAndOrder.Solutions
- Enter the program file
cd VendorAndOrder/
- Restore
dotnet restore
- Build
dotnet build
- Start the program
dotnet run
- Open in your browser by clicking
http://localhost:5000
No known bugs at this time.
Have a bug or an issue with this application? Open a new issue here on GitHub.
- C#
- .NET 2.2
- Terminal
- Git
- VS Code
- Macbook Pro
- MVC
- Mr. Squiggles
Copyright (c) 2020 Jeremy Padot