Description: This application utilizes Node.js and mySQL to create a mock command line interface (CLI) for a e-commerce site. Inquirer and console.table packages are used to provide the user with a pleasant interface for interacting with the application from the command line.
How to run this app:
- Clone this repository to your local machine.
- Enter your local server password in the "local_server_password.txt" file and save it.
- Create the database by importing the schema from Bamazon_schema.sql into a database management program. (Sequel Pro, mySQL Workbench)
- Navigate you the Bamazon directory that was created in step 1.
- Enter
npm installin the command line to install all dependancies for this project. - Enter
node FILENAMEto run the file of your choosing. (bamazonCustomer.js, bamazonManager.js, bamazonSupervisor.js)
- Before using this app you MUST put your local server password in the plain text file "local_server_password.txt"
