/Bamazon

This node.js app connects to a MySQL database and allows users to simulate purchasing products from an online store which then updates stock levels and total cost.

Primary LanguageJavaScript

Bamazon

This is a node.js app that connects to a MySQL database.

Features

  • Shows product id, product name, dapartment name, price and stock quantity
  • Allows user to pick a product to purchase and how many of that product
  • Displays total cost after selection and then updates the quantity remaining for that product in the database
  • Example ScreenShot