jamila59 / Order.Solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vendor and Order Tracker

A C# web application which uses ASP.Net Core MVC Web Application and objects within objects. - 12/20/19

By Jamila Aliyeva

Description

A C# program where the user is given the option to view all vendors or to add new vendors. When the user selects the "Add a new Vendor" option he or she is directed to a form where they are asked to enter a vendor name. After, they are directed to another page which allows the user to select their vendor. Once the user has clicked on their vendor, the user displayed another form for filling out order descriptions. Once submitted, he or she is redirected to a page where they are able to click on orders and be directed to a separate page which displays both vendor and order details.

Setup/Installation Requirements

  1. Open command line and clone this repository to Desktop:
    $ git clone https://github.com/Jamila59/Order.Solution.git
    
  2. In command line:
    $ dotnet build & dotnet run
    

Known Bugs

  • No known bugs at this time.

Technologies Used

  • C# / .NET / ASP.Net Core MVC Web Application

Support and contact details

Please contact Jamila Aliyeva with questions and comments at Aliyeva852@gmail.com .

MIT License

Copyright (c) 2019 Jamila Aliyeva

*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.*

Copyright (c) 2016 Jamila Aliyeva

About


Languages

Language:C# 80.3%Language:HTML 16.4%Language:CSS 3.3%