KU Coding Bootcamp week 13 assignment utilizing Javascript, Node, NPM, and MYSQL.
In this assignment students were asked to create an app that:
- Presents a list of products for users.
- Enables users to select a product and a quantity.
- Updates the SQL database with the change in the inventory.
- Git clone repository https://github.com/alykat44/Bamazon
- Use the file "schema.sql to creat the table.
- Use the file "products.sql to populate the database.
- Install inquirer -- https://www.npm.js.com/package/inquirer
- Install mysql-- https://www.npm.js.com/package/mysql
- At the command line enter--node bamazonCustomer.js
#Updated Inventory Stock
#Quantity zero alert
#Wrong Item Number