An Amazon-like storefront created using Node.js and MySQL. Includes both customers and store-side views
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
You will need Node.js and NPM installed on your system.
-
Clone project:
"git clone https://github.com/hollandjb92/MyAmazonSQL.git" -
Inside the root directory of the cloned filed, run the following command in your terminal/bash:
"npm install"
- Customer is able to see items display and purchase as they choose
- Manager is able to:
- See Current Inventory
- See Low Inventory Items
- Add New Products
- Order New Stock

