/bamazon-CLI

Primary LanguageJavaScript

bamazon-CLI

This is a command-line interface (CLI) app that displays an inventory that users can view and purchase products from. I built this to learn about Node.js.

Getting Started

Requirements

To install the necessary node packages, navigate to the folder where you cloned this and type into your terminal:

node install

Populate the database by typing into your terminal (input your own login and password if you know it):

mysql -u root -p

then run the schema file...

source schema.sql

and lastly type exit to exit out of mysql

To run app, type into your terminal:

node bamazon-CLI.js

Demo of Bamazon

Built With