/Bamazon

Customers and stores inventory

Primary LanguageJavaScript

Bamazon

A storefront build with the database created by MySQL, and command with Node.js.

Customer View

  • Display the product data from database Customer Start

  • Customers are allowed to input the id and quantity of the product they want to purchase Customer Final

Manager View

  • Display four choices of actions at the beginning Manager Start

  • Display all the current products in stock Manager View Products

  • Display the products which has no more than 10 in quantity Manager View Low Stocks

  • The process of adding inventory of chosen item by id Manager Add Stocks

  • The process of adding a new item to the database Manager Add New Item