Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 949 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 949 Bytes

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