Skip to content

richwesley/bamazon-store

Repository files navigation

Bamazon

A Node.js / MySQL Amazon-like app

💻 Technologies Used

  • Node.js
  • MySQL
  • JavaScript
  • Node Modules
    • Inquier
    • CLI-table
    • Accounting
    • Colors

📀 Installation and Usage

  • Copy the MySQL script in the bamazondb.sql file to MySQL Workbench and run the script
  • This will create the bamazon database and tables needed to run the modules

💥 Features

  • bamazonCustomer will display a table of products and allow user to purchase products and provides an invoice.
  • bamazonManager will display products, low inventory items, restock inventory and create new products.
  • bamazonExecutive will display department sales and gross profit as well as creating new departments.

👤

  • Rich Cross

📺

Customer Screens

Display Products

Purchase Screen

Purchase Confirmed

Confirm Purchase

Validation

Purchase Limitation

Purchase Invoice

Purchase Invoice

Manager Screens

View Products

View Products

Low Inventory

Low Inventory

Restock

restock restock

Executive Screens

Department View

Executive