Skip to content
/ bamazon Public

An online storefront command line app - using MySQL, Node.js and NPM packages

Notifications You must be signed in to change notification settings

Ednas/bamazon

Repository files navigation

Bamazon

Synopsis

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.

Bamazon Customer Portal

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.

Customer Portal

Technologies Used

Common issue

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;

License

Copyright 2016 - 2020 University of Central Florida Coding Bootcamp - Edna Jonsson

About

An online storefront command line app - using MySQL, Node.js and NPM packages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published