Skip to content

anoora17/CLI-APP

Repository files navigation

Bamazon CLI-App

In this activity, you'll be creating an Amazon-like storefront with the MySQL skills you learned this week. The app will take in orders from customers and deplete stock from the store's inventory. As a bonus task, you can program your app to track product sales across your store's departments and then provide a summary of the highest-grossing departments in the store. Make sure you save and require the MySQL and Inquirer npm packages in your homework files--your app will need them for data input and storage.

Code Example

			  var mysql = require('mysql');
				var prompt = require('prompt');
				var colors = require('colors/safe');
				var Table = require('cli-table');
				var connection = mysql.createConnection({
					host: 'localhost',
					user: 'root',

Installation

npm packages:

Results:

LICENSE

****## (The MIT License)

Copyright (c) 2017 GW Coding Camp - Noora Taweel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published