Bamazon

Bamazon is a command line app that allows the user to view existing product in inventory and do various tasks depending on which file you are running.

bamazonCustomer

viewProducts

lowInventory

addInventory

addProduct

Getting Started

From the command line, type one of the following commands:

node bamazonCustomer.js
node bamazonManager.js

Github repo: https://github.com/beccashieh/Bamazon

Prerequisites

If you would like to run this program on your own machine, you will need to supply your own .env file containing your database information. You will also need to run the following commands in your terminal :

npm install
npm install inquirer
npm install mysql

Technologies Used

Authors

Rebecca Shieh