Skip to content

Bamazon_MySQL is a CLI app that works on three levels: a full view of products, a customer view, and a manager view

Notifications You must be signed in to change notification settings

BSG-1/Bamazon_MySQL

Repository files navigation

Bamazon_MySQL

Bamazon_MySQL is a CLI app that works on three levels:

  • A MySQL database called "bamazon" that has a table called "products" Image of products table in bamazon

  • A Customer view, accessed by the terminal command node bamazonCustomer.js

    • this shows a customer view of a failure to purchase due to an insufficient supply insufficient supply
    • and a customer view of a successful purchase successful purchase
  • A Manager view, accessed by the terminal command node bamazonManager.js

    • this shows a managerial view with four different options and operations four different options and operations
    • the first option shows all available inventory in the database all available inventory in the database
    • the second option displays low inventory, more specifically all product items below 100 units all product items below 100 units
    • the third managerial option allows a manager to add more units to a low inventory product add more units to a low inventory product
    • the last managerial option allows the manager to add a new product, with the CLI prompting the manager specific questions about the product CLI prompting the manager specific questions about the product

About

Bamazon_MySQL is a CLI app that works on three levels: a full view of products, a customer view, and a manager view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published