Skip to content

A command-line interface storefront application using Node and MySQL

Notifications You must be signed in to change notification settings

mateovargas/cli_storefront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli_storefront

A command-line interface storefront application using Node and MySQL

Running the program.

Ensure node and npm are installed.

$ node -v
$ npm -v

With both installed, ensure the required npm packages are installed.

$ npm install inquirer
$ npm install mysql

With all that installed, run the application by running the following command from within the application's directory. Ensure that you replace username and password for you local mySQL instance.

$ node bamazonCustomer.js

Author

Mateo Vargas

About

A command-line interface storefront application using Node and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published