ddmartin3 / bamazon

Command Line Database Demonstration using MYSQL to create an Amazon-like experience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bamazon Version 1.0 02/01/2018

Program Description

Bamazon is CLI store simulation consisting of three seperate node applications all connected together via two database tables.

  • bamazonCusomer is the part of the application that the customer interacts with. It loads showing every item availiable in the store and prompts the user to select what they would like to purchase, and at what quantity. This activity lowers stock levels and updates the department revenue on the database.

  • bamazonManager allows the user to check inventory levels on everything, add inventory at an amount chosen by the user, and add products. It also has a function that shows the user any product that has a current inventory of less than 5.

  • bamazonSupervisor allows the user to add departments and view the profit/loss, revenue, and overhead values for each department. The calculations for total profit are done in the sql query.

Program Demonstration

For a demonstration on how to use the program, this video shows every function that the program has. It's best watched at an accelerated speed.

Customer

Manager

Supervisor

Legal Stuff and Contact Information

You can reach me at

*phone: 520-230-9944 *email: darwood.martin@gmail.com *website: badmotoscootin.com *website: evmotoblog.com *instgram: @badmotoscootin

Copyright Darwood Martin 2018

About

Command Line Database Demonstration using MYSQL to create an Amazon-like experience


Languages

Language:JavaScript 100.0%