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.
JavaScript, Node.js, Inquirer.js, Colors.js, Cli-table.js, MySQL
- Customer: https://vimeo.com/328712196
- Manager: https://vimeo.com/328720069
$ mkdir bamazon
$ cd ../bamazon
$ npm install
$ node bamazonCustomer.js
$ node bamazonManager.js
$ node bamazonSupervisor.js
Thanks to the instructors and teaching assistants at Columbia Univeristy Coding Bootcamp.