technophile81 / Bamazon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bamazon

Your ultimate shopping experience!

Bamazon is an Amazon-like storefront CLI - Node app created with MySQL and JavaScript.

This app has three modes:

  1. Customer
  2. Manager
  3. Supervisor

Customer

The bamazonCustomer.js app will allow 'customers' to purchase products currently available from Bamazon.:

  • User chooses a product

  • User enters how many units to purchase

  • User receives purchase total

Image of Customer app


Manager

The bamazonManager.js app will allow 'managers' to edit and add new entries into the database. These are the options:

  • View Products for Sale

  • View Low Inventory

  • Add to Inventory

  • Add New Product

Image of Manager app


Supervisor

This app tracks department information, and supervisors can add new departments and review the performance of each department:

  • View Product Sales by Department

  • Create New Department

Image of Supervisor app

About


Languages

Language:JavaScript 100.0%