CLI application for an Amazon-like storefront using MySQL to communicate with a SQL Database.
SQL Database containing storefront Products
- item_id - unique, primary id assigned to product
- product_name - name of product
- department_name - department product is assigned to
- price - current product price to customer
- stock_quantity - current product stock in store
The Customer View allows a customer to view:
- Current products for sale
- Make purchases from the store
The Manager View allows a manager to view:
- Currect products for sale
- Low inventory levels (default at stock levels below or equal to 5)
- Add inventory for a specific product ID
- Add a new product to the products database
Copyright (c) Jason Warner 2018
Credit to all developers / contributors for use of their npm packages