Bamazon is an application, powered by;
- MySQL
- Node.js
BAMAZON is a simple command line application that takes prompts from the user.
User can initialize the application typing node bamazoncustomer.js via the command line
master ✔ $ node bamazoncustomer.js
A table is presented to the user that displays the current list of items, that are avalible in the inventory. The user is promted to select items from the table.
prompt: Please enter the ID # of the item you wish to purchase!: 4
prompt: How many items would you like to purchase?: 5
The application then summarizes the order deatils & outputs the order total.
Quantity: 5
Product: SEA FOAM MOTO TREATMENT
Price: 11.95
Total: 59.75
KHACHING! Your order has been processed. Thank you for shopping with us!