/bamazon

An amazon-like storefront made with MySQL. The app takes in orders from customers and depletes stock from bamazon's inventory.

Primary LanguageJavaScript

bamazon

An amazon-inspired inventory tracker made with MySQL. The app takes in orders from customers and depletes stock from bamazon's inventory.

Demo - Customer experience

Records in products database before shopping transactions:
Screenshot

Prompting shopper to enter SKU and available quantity: Screenshot

Confirmaton of valid quantity based on active inventory and quoting total price: Screenshot

Records in products database after successful shopping transaction: Screenshot

Response to shopper request for higher quantity than available inventory: Screenshot

Records in products database unchanged after unsuccessful shopping transaction: Screenshot