An interactive shopping node app where MySQL and Node.JS are used to allow users to purchase items as a customer, view, track and update the product inventory as a manager, and track the total sales by department as an executive.
The Bamazon Customer Portal allows users to view the current items available for purchase. The user will be prompted to select the item they want to purchase and how many items they wish to purchase. If the item is in stock, the order will be completed and the user will see the total amount of their purchase.
- Javascript
- nodeJS
- MySQL
- npm packages:
If you're running into an issue where you get a message to the effect of Try running the following command in your MySQL Workbench:
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';
Where root
as your user localhost
as your URL and password
as your password
Then run this query to refresh privileges:
flush privileges;
Copyright 2016 - 2020 University of Central Florida Coding Bootcamp - Edna Jonsson