/bamazon

Amazon-like storefront using MySQL

Primary LanguageJavaScript

Bamazon

CLI Amazon-like storefront using MySQL

NPM packages to install:

  • MySql
  • Inquirer

What this app do?

  • Takes in orders from customers and depletes stock from inventory

User is shown a list of items with their list price and is asked to pick an item number and quantity displayItems

User is alerted if item is out of stock insufficient_quantity

User is given total cost after placing an order movie-this