Skip to content

AgesilausDrako/Bamazon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bamazon

Video Demonstration

A demo and explanation of this application can be viewed at: link to Demonstration!

Description

Bamazon is a backend application, utilizing node.js and a mysql server, to represent an online store.

Important Details

This application has certain npm package dependencies in order to run. They are: mysql, inquirer, and console.table. Before running the application it is necessary to navigate to the folder containing all of the application files and run the following command in the terminal: npm install This will install all the packages and their necessary versions according to the package.json file.

Please be advised that console.table will not run on any version of node.js higher than version 6. Any version higher than 6 will result in application failure. v6.11.2 is the version used in the video demonstration

Utilization

In order to run Bamazon the user will need to:

  1. Pull the files and navigate to the proper folder.
  2. Run the bamazonCustomer.js in the terminal with the command: node bamazonCustomer.js.
  3. View the product list table printed out in the terminal.
  4. Select the desired product by id number when prompted.
  5. Indicate the number of units desired when prompted.
  6. Repeat process until done buying.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors