- Markdown
- HTML
- CSS
- C#
- .NET
- MS Test
- ASP.NET Core MVC
- Razor
The home page welcomes Pierre to his Vendor & Order Tracker: an application to help him track the vendors that purchase baked goods from him and the orders belonging to those vendors.
- Pierre can access a list of vendors, add a vendor, and add orders to each vendor's page
- Clone repository to desktop
- Follow the steps on this page to install C# and .NET on your computer: [(https://www.learnhowtoprogram.com/c-and-net/getting-started-with-c/installing-c-and-net)]
- To run program, navigate to the OrderTracker folder in your terminal and type $ dotnet restore and then $ dotnet build and then $ dotnet run
- To run tests, navigate to the OrderTracker.Tests folder in your terminal and type $ dotnet test
- No known bugs!
[MIT]
Copyright (c) 2022 Claire Thorington