bamazon


Amazon-like storefront.

Source code

Roles and Actions

  • bamazonCustomer
    • View Products for Sale
    • Purchase product
  • bamazonManager
    • View Products for Sale
    • View Low Inventory
    • Add to Inventory
    • Add New Product
  • bamazonSupervisor
    • View Product Sales by Department
    • Create New Department

Tech Stack

  • Node.js
  • MySQL

Dependencies

{
    "cli-table": "^0.3.1",
    "colors": "^1.2.1",
    "currency-formatter": "^1.4.2",
    "dotenv": "^5.0.1",
    "inquirer": "^5.2.0",
    "mysql": "^2.15.0"
}

Demos

Customer

demo link

Manager

<script ]src=”https://asciinema.org/a/cX7JlV0XDB4vl997unw5P8vtZ.js” id=”asciicast-cX7JlV0XDB4vl997unw5P8vtZ” async></script> demo link

Supervisor

demo link