Bamazon is a suite of three command line node apps for inventory management that work off of a MySQL database.
bamazonCustomer.js
takes in orders from customers and depletes stock from the store's inventory.
The app checks to make sure there's enough inventory in stock.
bamazonManager.js
allows the user to view low inventory, increase inventory for existing products, and add new products.
bamazonSupervisor.js
lets the user view sales by department and create a new department.