/bamazon

The assignment was to create a SQL Database to store product for sale as would an Amazon type e-tailer. The MySQL Database is called bamazondb A simple table of data with an item id, product name, department name, price of the product and the quantity in stock.

Primary LanguageJavaScript

bamazon

This is a command line application that deals with a command line store front.

To Get Started • Clone repo. • Run command in Terminal or Gitbash 'npm install' • Run 'ctrl + c' to exit each mode

customer.js Prints the products in the store, quanities, and asks purchase ID.

manager.js Starts with a menu and shows the products for sale,view low inventory, add to inventory, and add new products.

Technology used Node.js Inquire NPM MYSQL