OVERVIEW For this assignment, I created an online Justin Beiber shopping website using MySQL and Node.js. I made 3 consoles views: customer view, manager view, and supervisor view.
CUSTOMER VIEW Command line command to run app with customer view "node biebayCustomer.js"
This is the table of the current products for sale from the database. After the transaction is completed, the inventory is updated and the product sales are updated in deparments tables.
MANAGER VIEW Command line command to run app with customer view "node biebayManager.js" This is the opening view for the manager The current products for sale looks the same as the customer view View to view low inventory and reorder View to add inventory View to add new item
SUPERVISOR VIEW Command line command to run app with customer view "node biebaySupervisor.js" This is the view for sales by department This is the view for adding a department
Demonstration Video can be found at: https://www.youtube.com/watch?v=4vECJ162pCE&feature=youtu.be