Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.13 KB

e-commerce-backend

Table of Contents

Description

Installation

Usage

Contribution

Testing

Contact Info

Video:

Guide

Description:

This program works as the backend of an ecommerce website which maintains the database.

Installation:

Prior to running this repository, the user should have Node JS, MYSQL, and sequelize installed. The user should then enter 'mysql -u root -p < db/schema.sql', 'npm run seed', and 'npm start' in the terminal.

Usage:

The purpose of this program is to allow the user to update their database of categories, products, and tags.

Contributors:

Fork or clone this repository if you wish to make changes to it. This repository is not intended to be directly contributed to.

Testing:

The user should enter 'mysql -u root -p < db/schema.sql', 'npm run seed', and 'npm start' in the terminal to test this program.

Contact Info: