Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 736 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 736 Bytes

Amazon-CLI

Bamazon is a command line node app that takes in parameters and gives you back data.

Breakdown

Bamazon Customer Can:

  • Show current inventory
  • Allow a customer to purchase an item based off of product ID
  • Show checkout total

Bamazon Manager Can:

  • View all products for sale
  • View low inventory (all products with less than 3 in stock)
  • Add to inventory
  • Enter a new product

Using Bamazon

Everything is prompt based using inquirer

Customer

bamazon customer

Manager

bamazon manager