Bamazon is a command-line application built with mySQL, node, and inquirer. This was built with the intention of creating a shopping-based command line app.
- Navigate to
mySQL-Bamazon
repository through the command line. - Execute
npm install
to download all of the various dependencies. - Using
node bamazonCustomer.js
, the terminal will prompt instructions to begin the shopping experience.
- Javascript / ES6
- Node.js
- Node Package Manager (npm)
- mySQL
- Inquirer
- console.table
.
├── media
│ └── livedemo.gif
├── sql // For mySQL
│ ├── products.csv
│ └── schema.sql
├── bamazonCustomer.js // Main app
├── package.json
├── .gitignore
└── README.md
This sample code is licensed under Apache 2.0.
- Ysrael "Izzy" Hernandez | GitHub