Node.js-MySQL


Overview

an Amazon-like storefront CLI app that will take in orders from customers and deplete stock from the store’s inventory.

Set up


Prerequisites In order to use this app you should have nodeJS installed and a form of database software installed such as(MySQL)

Instructions


All commands should be entered in the NOde.js-MySQL folder in terminal

  1. Lauch the App

in the terminal enter the following command:

node bamazonCustomer.js

it will display all of the items available for sale

  1. User Input

Following the items list, the app will prompt users answer two messages;

## Link to video walk through of app: