jessicahattig / VendorOrderTracker.Solution

C# MVC application to track vendors and corresponding orders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pierre's Vendor Order Tracking Application

By Jessica Hattig

Epicodus, Week 17-18 Independent Project: C# and .NET

Technologies Used

  • Github
  • Git
  • C#
  • .NET Core/.NET 5
  • MSTest
  • Command Line (dotnet CLI)
  • Object-Oriented Programming (OOP)
  • Razor

Description

This C# MVC application is designed to streamline vendor and order management for Pierre, a fictional bakery owner. It efficiently tracks vendor information, maintains order history, and simplifies the order creation process, providing a user-friendly solution for Pierre's bakery business.

Installation Requirements

  • .NET SDK
  • C# editor
  • Terminal or Command Prompt

Setup

  1. Clone this repository.
  2. Open your terminal (e.g., Terminal or GitBash) and navigate to this project's production directory called "VendorOrderTracker".
  3. Run dotnet watch run in the command line to start the project in development mode with a watcher.
  4. Open the browser to https://localhost:5000.

How to Run Tests

  1. After installation is completed, open your shell (e.g., Terminal or GitBash) and navigate to this project's test directory called "VendorOrderTracker.Tests".
  2. Run dotnet test in the command line to invoke MSTest to run tests. The results of running the tests will appear in the terminal.

Known Bugs

  • Users can input prices with multiple decimal places (e.g., 10.000000) instead of restricting the input to two decimal places (e.g., 10.00). This issue may affect the accuracy of order pricing and should be addressed in future updates to enhance the application's usability and data consistency.

License

MIT

Copyright (c) [2023] [Jessica Hattig]

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.

Questions, concerns or ideas? Please share by reaching out to the author via email at jessicahattig@gmail.com. Thank you!

About

C# MVC application to track vendors and corresponding orders.


Languages

Language:C# 78.6%Language:HTML 21.4%