Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.33 KB

File metadata and controls

34 lines (18 loc) · 1.33 KB

mySQL

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.

Running the tests

Screenshot_1

Screenshot_2

Bamazon Manager:

Screenshot_3

Screenshot_4

Screenshot_5

Screenshot_6

Built With

  • 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

Authors

Acknowledgments

  • Thanks to the University of Arizona/Trilogy Education for supplying this challenge