/bamazon

Primary LanguageJavaScript

Bamazon

Node.js & MySQL

Overview

In this activity, you'll be creating an Amazon-like storefront with the MySQL skills you learned this week. The app will take in orders from customers and deplete stock from the store's inventory. As a bonus task, you can program your app to track product sales across your store's departments and then provide a summary of the highest-grossing departments in the store.

Customer User Interface

alt text

alt text

alt text

alt text

Manager Interface

alt text

alt text

alt text

alt text

alt text

alt text

alt text

alt text

Database

Add New Item

alt text

Before New Item

alt text

After New Item

alt text

Purchase Product

alt text

Before Purchase

alt text

After Purchase

alt text