Thanks to visit codestin.com
Credit goes to github.com

Skip to content

JustinRyanCarlson/Bamazon

Repository files navigation

Bamazon

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:

  1. Clone this repository to your local machine.
  2. Enter your local server password in the "local_server_password.txt" file and save it.
  3. Create the database by importing the schema from Bamazon_schema.sql into a database management program. (Sequel Pro, mySQL Workbench)
  4. Navigate you the Bamazon directory that was created in step 1.
  5. Enter npm install in the command line to install all dependancies for this project.
  6. Enter node FILENAME to run the file of your choosing. (bamazonCustomer.js, bamazonManager.js, bamazonSupervisor.js)

Youtube Demo

Youtube Demo

  • Before using this app you MUST put your local server password in the plain text file "local_server_password.txt"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published