marcldo / Bamazon_mysql_node

An Amazon-like storefront with MySql and Node. The app takes in orders from customers and depletes stock from the store's inventory. The app also tracks product sales across the store's departments and then provide a summary of the highest-grossing departments in the store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bamazon

An Amazon-like storefront with MySql and Node. The app takes in orders from customers and depletes stock from the store's inventory.

How To Run The App

  • Clone repository to your local machine.
  • In the command line run npm install to install any dependancies
  • Type the following command into the command line:
  • Enter the ID of the item you want to buy
  • Enter How many you want to buy

Technologies Used

  • Node.js, MySql
  • NPM packages: inquirer, moment.js

About

An Amazon-like storefront with MySql and Node. The app takes in orders from customers and depletes stock from the store's inventory. The app also tracks product sales across the store's departments and then provide a summary of the highest-grossing departments in the store.

License:MIT License


Languages

Language:JavaScript 89.8%Language:TSQL 10.2%