Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 764 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 764 Bytes

bamazon

Bamazon is an amazon-like, CLI store app.

As a customer, the app will let you order items from the store.

As a manager, you can add new products and replenish inventory for depleted items.

As a supervisor, you can track product sales across departments and provide a summary of the highest-grossing categories in the store.

Built with

JavaScript, Node.js, Inquirer.js, Colors.js, Cli-table.js, MySQL

Installation

$ mkdir bamazon
$ cd ../bamazon
$ npm install
$ node bamazonCustomer.js
$ node bamazonManager.js
$ node bamazonSupervisor.js

Acknowledgement

Thanks to the instructors and teaching assistants at Columbia Univeristy Coding Bootcamp.