Skip to content

MR-Stan/BAMazon

Repository files navigation

BAMazon - Command Line Store

BAMazon is a command line store that carries all of the items you need.

Overview

BAMazon is a command line node application that takes in a variety of parameters and returns corresponding data. To accomplish this, it utilizes node.js, npm inquirer, SQL, and a mySQL database.

Installation

  1. Clone the repository below
git clone git@github.com:MR-Stan/BAMazon.git
  1. Install NPM packages
npm i
  1. Run the SQL script in the bamazon.sql file

  2. Navigate into the BAMazon folder in node run main.js

node main.js

Operation

All functions can be reached by answering inquirer prompts. To being the user must enter their mySQL password. From there they can choose from three access levels: Customer, Supervisor, and Manager.

log-data

Customer

  • Display Products
    log-data

  • Add to Cart
    log-data

  • Show Items in Cart
    log-data

  • Check Out
    log-data

  • Exit
    log-data

Supervisor

  • View Sales by Department
  • Add New Department
  • Exit

Manager

  • View Products for Sale log-data

  • View Low Inventory

  • Add to Inventory
  • Add New Product

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published