/bamazon

Command line 'storefront' using node.js and MySQL

Primary LanguageJavaScript

bamazon

A terminal based 'online' store

Introduction:

As part of coding bootcamp I created an command line 'storefront' using node.js and MySQL. The app takes in orders from customers and depletes stock from the store's inventory. The app can also track product sales across the store's departments and then provide a summary of the highest-grossing departments in the store.

1. Customer Interface


Customer Interface

2. Manager Interface


Customer Interface

3. Supervisor Interface


Supervisor Interface

Prerequisites:

  1. node.js

NPM Packages Used:

  1. inquirer
  2. mysql
  3. tty-table
  4. chalk

Authors:

  1. William Brooks