/bamazon

Interactive Node application using node, mysql, inquirer and cli-table

Primary LanguageJavaScript

Bamazon

An interactive shopping node app where MySQL and Node.JS are used to allow users to purchase items as a customer, view, track and update the product inventory as a manager, and track the total sales by department as an supervisor.

Bamazon uses the inquirer npm library to make user expereince better.

Other packages used: mySQL, cli-table2

Customer View

This allows the user to shop. Select the department you wish to shop and to begin.

Video of app

Alt text

Manager View

This allows the user to manage their Bamazon store. They can view products for sale, products with low inventory, add to inventory and add new products.

Video of app

Alt text

Supervisor View

This allows the user to have oversight of the entire business. See how department sales are doing and over all profits. The user can also add new departments.

Video of app

Alt text