Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.34 KB

File metadata and controls

65 lines (39 loc) · 1.34 KB

E-Commerce Application

License: MIT

This application serves as a base for creating and populating an e-commerce backend with database information relative to your products and product categories.

Requirements

This application will require node.js and a text editor. It will be run from the command line of your local computer.

Table of Contents

Installation

copy URL

git clone {url}

From the command line, initiate applicaiton and install dependencies

npm init -y
npm i

How to Use

The application is run from the command line. Please see walkthrough video. detailed summary;

Video Walkthrough

  • Details how to download application
  • How to open inside the text editor
  • How to initiate and install dependencies
  • How to connect to the server
  • How to create and populate database
  • How to begin application

Title

Credits

Origin 42: Dave Plummer

Questions

Direct any questions too;