Bamazon: an Amazon-like storefront that will take in orders from customers and deplete stock from the store’s inventory.
node bamazonCustomer.js
to start the app and see what items are available to purchaseThe terminal will then prompt you to select the item you want to purchase by entering in the id.
Then, you will be prompted to enter the amount of that item you would like to purchase.
Your total amount will be calculated and Bamazon’s inventory will be updated.
It’s a command line app, so opening the live site won’t show much. >.<