/BAMazon

A storefront built with Node.js and MySQL. Includes a customer interface, as well as manager and supervisor capabilities.

Primary LanguageJavaScript

BAMazon

A storefront built with Node.js and MySQL. Includes a customer interface, as well as manager and supervisor capabilities.

Interfaces

  • Customer - Currently, a customer can only buy items and view their total. Customers select the item by item_id, easily referenced by the auto generated Available Products Table.

Customer

  • Manager - A Manager can:

    • View Products for Sale
    • View Low Inventory Products
    • Add Product Inventory
    • Add New Products

    Manager

  • Supervisor - Supervisors can:

    • See Total Sales by Dept.
    • Add a New Dept.

    Customer