Giter Club home page Giter Club logo

vendororders.solution's Introduction

Vendor Orders

A MVC Application that tracks vendors and their orders, March 2020

By K. Wicz

Description

This program provides an admin page for a small business owner to track their vendors and each of their vendors orders.

Project Specifications

Behavior Input Output
User can add a new vendor "Epicodus Coffee" A new instance of the vendor object called "Epicodus Coffee" is instantiated and added to a vendor list.
User can view all vendors Navigate to "All Vendors" page A list of all vendors with links to individual vendor page
User can view individual vendor Clicks individual vendor link All data for that vendor is displayed
User can delete all vendors User selects "Clear Vendor List User confirmation is requested and then vendor data is cleared
User can add a new order to an individual vendor "Bagels" A new instance of the order object called "Bagel" is instantiated and added to an order list for a specific vendor"
User can specify the quantity of the order "Bagels", 4 Quantity is added to the "bagel" order object
User can view all orders User navigates to all orders All orders are displayed with a link to their individual order detail page
User can view individual order details User clicks link individual order link All data for that order is displayed
User can clear all orders User selects "Clear Order List" User confirmation is request and then order data is cleared

Setup/Installation Requirements

In your computer's terminal:

  1. Navigate to where you want this application to be saved, i.e.:
cd desktop
  1. Clone the file from GitHub with HTTPS
git clone 
  1. Enter into the new file directory
cd vendororders.solutions
  1. Start the program
dotnet run

Known Bugs

No known bugs at this time.

Support and contact details

Have a bug or an issue with this application? Open a new issue here on GitHub.

Technologies Used

  • C#
  • .NET Core
  • Razor Templating

License

MIT

Copyright (c) 2020 K.Wicz

vendororders.solution's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.