This project utilizes knowledge of mySQL to create a very small scale amazon replica called 'Bamazon'. It allows the user to communicate with a database through the console using inquierer, mysql, and cli-table npms.
Bamazon Manager:
- inquirer - Used to prompt the user via console commands
- cli-table - Makes the data paste nice and pretty to the console
- mysql -npm - Allows us to communicate with the mySQL database
- Daniel Grantham - Initial work - Danthamaz
- Thanks to the University of Arizona/Trilogy Education for supplying this challenge