/mysql-bamazon

Command line application using mySQL and node

Primary LanguageJavaScript

Bamazon: Command Line Edition

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.

Instructions

  1. Navigate to mySQL-Bamazon repository through the command line.
  2. Execute npm install to download all of the various dependencies.
  3. Using node bamazonCustomer.js, the terminal will prompt instructions to begin the shopping experience.

Live Example

Built With

  • Javascript / ES6
  • Node.js
  • Node Package Manager (npm)
    • mySQL
    • Inquirer
    • console.table

Directory structure

.
├── media			
│   └── livedemo.gif
├── sql				 // For mySQL
│   ├── products.csv
│   └── schema.sql			
├── bamazonCustomer.js		// Main app
├── package.json 		
├── .gitignore			        
└── README.md               

License

This sample code is licensed under Apache 2.0.

Developers

  • Ysrael "Izzy" Hernandez | GitHub