In this assignment, I made Bamazon. It's a backend copycat version of Amazon. Bamazon is a command Line Interface app paired with a product database.
https://solid513.github.io/bamazon2/
- Bamazon will be a command line interface app, it takes in a database list of products and displays them in the terminal for a user to purchase. Or a manager to update.
- Bamazon takes in a command from the terminal, using the command line. Node then makes a call to a specific database(MySQL) and retrieves certain information to present to the user.
- My goal of this project is to understand Back-End Programming and how to utilize NPM's, Modules, Node, and MySQL along with importing and exporting data.
- Fork the repo
- Open the code in your prefered code terminal
- Open your terminal
- Open your favorite database SQL
- Copy the SQL code from the code terminal and paste into your database terminal
- Going back to your code terminal, open bash
- Run "node bamazonCustomer.js" in the terminal opened for bamazonCustomer.js
- Or run "node bamazonManager.js" in the terminal opened for bamazonManager.js
- Follow the instructions and have some fun with it