BamazonCustomer

Amazon-like storefront using MySQL and Node.js

Requirements

  1. Node.js
  2. MySQL

Installation

Clone this repository from GitHub

$ git clone <repo>

$ npm install

Connect to localhost using:

Run bamazon.sql to initialize database and create necessary schemas

Data can be imported from bamazonData.sql

Customer Actions

Using your bash terminal, run bamazonCustomer.js from within the cloned directory

$ node bamazonCustomer.js

Follow the on-screen prompts to place an order