cakebatterandsprinkles / bamazon_supervisor_view

node app using mysql server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bamazon: Supervisor View

➰ This node app uses a MySQL Database. Running this application will list a set of menu options for the supervisor:

  • View Product Sales by Department

  • Create New Department

➰ When a supervisor selects View Product Sales by Department, the app displays a summarized table in their terminal/bash window.

➰ The total_profit column is calculated on the fly using the difference between over_head_costs and product_sales. total_profit is not be stored in any database.

Here is the demo

About

node app using mysql server


Languages

Language:JavaScript 81.3%Language:TSQL 18.7%