An Amazon-like CLI storefront built with mySQL, NODE.js and Inquirer NPM. Output styled with Colors and console.table NPM's. The app can take in orders from customers, calculate sales price and deplete stock from the store's inventory. Schema.sql and Seed.sql files have been included for database creation ranging in size from 15 to 100+ whimsical products.
- Clone repo
- Run
npm install
- Build database from
schema.sql
andseeds_<15 or 100>.sql
- At command prompt run
node bamazonCustomer.js
- mySQL
- NodeJS
- JavaScript
- NPM Inquirer
- NPM Colors
- NPM console.table
- Steve Walker