Command-line shopping system using mysql database.
usage: node bamazonCustomer.js
- mySQL database with LEGACY authentication.
- npm install
- inquirer 6.5.0
- mysql 2.17.1
Run contents of bmazon_schema.sql through mysql or mysql Workbench to create database, table and seed.
Run "npm install" to install two dependencies used in bamazonCustomer.js
Scott Kim