Skip to content

This application implements a simple command line based storefront using the npm inquirer package and the MySQL database backend together with the npm mysql-package. The application presents two interfaces: customer and manager.

Notifications You must be signed in to change notification settings

Ferewtucho/Node.js-MySQL

Repository files navigation

Node.js-MySQL

Bamazon


Description

This application implements a simple command line based storefront using the npm inquirer package and the MySQL database backend together with the npm mysqlpackage. The application presents two interfaces: customer and manager.

MySQL Database Setup

In order to run this application, you should have the MySQL database already set up on your machine. If you don't, visit the MySQL installation page to install the version you need for your operating system. Once you have MySQL isntalled, you will be able to create the Bamazon database and the products table with the SQL code found in Bamazon.sql. Run this code inside your MySQL client like Sequel Pro to populate the database, then you will be ready to proceed with running the Bamazon customer and manager interfaces.

Customer Interface

The customer interface allows the user to view the current inventory of store items: item IDs, descriptions, department in which the item is located and price. The user is then able to purchase one of the existing items by entering the item ID and the desired quantity. If the selected quantity is currently in stock, the user's order is fulfilled, displaying the total purchase price and updating the store database. If the desired quantity is not available, the user is prompted to modify their order.


To watch a Customer demo video Click here.

Manager Interace

The manager interface presents a list of four options, as below.

  • The View Products for Sale option allows the user to view the current inventory of store items: item IDs, descriptions, department in which the item is located, price, and the quantity available in stock.
  • The View Low Inventory option shows the user the items which currently have lower than 5.
  • The Add to Inventory option allows the user to select a given item ID and add additional inventory to the target item.
  • The Add New Product option allows the user to enter details about a new product which will be entered into the database upon completion of the form.

To watch a Manager demo video Click here.

About

This application implements a simple command line based storefront using the npm inquirer package and the MySQL database backend together with the npm mysql-package. The application presents two interfaces: customer and manager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published