Bamazon is a CLI Amazon-like storefront utilizing MySQL and Node.js
npm install
Open and run bamazon.sql
to create the MySQL database and create the necessary tables.
Run command node app.js
to start the application.
- View all available Products & Details:
- Department
- Price
- Stock
- Total Product Sales (is this a popular item?!)
- Purchase multiple items & multiple quantities.
- Items are stored in your shopping cart until you are ready to checkout!
- View all available Products & Details
- View a filtered list of Products with low inventories
- Add inventory to items that are low in stock
- Add new products to the store for customers to purchase
- Remove items from cart
- View Cart at any time, without having to add items to your shopping cart
- Edit a product's details
- Remove a product from the store
- Everything.