BAMazon is a command line store that carries all of the items you need.
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.
- Clone the repository below
git clone git@github.com:MR-Stan/BAMazon.git
- Install NPM packages
npm i
-
Run the SQL script in the bamazon.sql file
-
Navigate into the BAMazon folder in node run main.js
node main.js
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.
- View Sales by Department
- Add New Department
- Exit
- Add to Inventory
- Add New Product