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
2. Manager Interface
3. Supervisor Interface
Prerequisites:
- node.js
NPM Packages Used:
- inquirer
- mysql
- tty-table
- chalk
Authors:
- William Brooks