- HTML
- C#
- .NET
A simple webpage built for 'Pierre's Bakery.' A simple place to keep track of different vendors the bakery sells their goods to as well as a record of all shipments made to each vendor. Set up a vendor and a description, and then you'll be able to add as many orders to that vendor as you please.
- Clone this repository to your Desktop
- Open 'Vendor-Order-Tracker' in your code editor
- Use your terminal to navigate to 'Vendor-Order-Tracker/VendorOrderTracker' and run 'dotnet restore' in your terminal to install bin & obj folders.
- Use your terminal to navigate to 'Vendor-Order-Tracker/VendorOrderTracker.Tests' and run 'dotnet test' in your terminal to see if all tests passed.
- Use your terminal to navigate back to 'Vendor-Order-Tracker/VendorOrderTracker' and run 'dotnet run' to activate application.
- Answer the questions provided to you by the application
Currently no known bugs.
MIT License
Copyright (c) [2021] [Zachary Wilson]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.