/VendorTracker.Solution

Project on MVC and OWO

Primary LanguageC#

Pierre's Vendor Tracker

A web application for tracking Pierre's Vendors and Orders

By Monica Barboza

Technologies Used

  • C#
  • ASP.NET
  • MS TEST
  • Bootstrap

Description

Pierre's Vendor Tracker lets users add vendors, view vendor details with unique descriptions, explore order histories, and look into detailed order information with a simple click. It offers a streamlined experience for managing vendors and orders.

Setup/Installation Requirements

  • Open terminal or command prompt.
  • Clone the repository by running the following command to your desktop:
git clone https://github.com/MonBoza/VendorTracker.Solution.git
  • Make sure .gitignore is added to the repository.
  • Navigate to the VendorTracker directory and build the project run
dotnet build

in your terminal.

  • Run tests by navigating to the test directory and executing:
dotnet restore

followed by:

dotnet test
  • Tests are located in the VendorTracker.Test directory in the ModelsTests Folder.
  • Open the project in your favorite code editor.

Known Bugs

  • When refreshing the form page, it continuously adds more items to the list. This issue will be addressed in future updates.

License

Copyright 2024 MONICA BARBOZA

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.

Email: MonBoza@gmail.com

Copyright (c) January 26, 2024 Monica Barboza