Amazon-like storefront with MySQL and node.js
Clone the repo on your local machine
Install all the dependencies
npm install
Simple shopping app.
node bamazonCustomer.js
opens the customer app. The user sees what's in stock and can purchase anything from it. Then they get a total based on the items purchased.
node bamazonManager.js
The manager has 4 different options, He can view the items for sale, shopping category, price and stock quantity.
- Node.js
- MySql
This project is licensed under the MIT License - see the LICENSE.md file for details