Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.52 KB

File metadata and controls

59 lines (44 loc) · 1.52 KB

MyAmazonSQL

An Amazon-like storefront created using Node.js and MySQL. Includes both customers and store-side views

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need Node.js and NPM installed on your system.

Installing

  1. Clone project:

     "git clone https://github.com/hollandjb92/MyAmazonSQL.git"
    
  2. Inside the root directory of the cloned filed, run the following command in your terminal/bash:

     "npm install"
    

Please initialize your database by importing the schema.sql file into your preferred database tool

Customer View

CustomerSide

  • Customer is able to see items display and purchase as they choose

Manager View

ManagerSide

  • Manager is able to:
    • See Current Inventory
    • See Low Inventory Items
    • Add New Products
    • Order New Stock

Built With