jsalamat / bamazon

Bamazon is an Amazon-like storefront using MySQL. The app will take in orders from customers and deplete stock from the store's inventory by data input and storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bamazon

Synopsis:

Bamazon is an Amazon-like storefront using MySQL. The app will take in orders from customers and deplete stock from the store's inventory by data input and storage.

Bamazon

Customer View:

  • Running this application will first display all of the items available for sale. Include the ids, names, and prices of products for sale.
  • Once the customer has placed the order, Bamazon should check if your store has enough of the product to meet the customer's request.
  • Updating the SQL database to reflect the remaining quantity.
  • It show the customer the total cost of their purchase.

Bamazon

Manager View:

  • The app should list every available item: the item IDs, names, prices, and quantities.
  • It will list all items with a inventory count lower than five.
  • It should allow the manager to add a completely new product to the store.

Bamazon

Technologies used:

  • Node
  • MySQL
  • NPM Packages
  • MySQL Workbench
  • JavaScript
  • jQuery

About

Bamazon is an Amazon-like storefront using MySQL. The app will take in orders from customers and deplete stock from the store's inventory by data input and storage.


Languages

Language:JavaScript 100.0%