Bamazon is a command line node app that takes in parameters and gives you back data.
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
Everything is prompt based using inquirer