cjose26 / E-Commerce-Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Commerce Back End

A back-end server created for an E-Commerce website. This application used Express.js API and Sequelize to interact with a MySQL database. This application demonstrates the API Routes to perform RESTful CRUD operations shown in the 3 walk thorugh videos below.

License: MIT

Table of Contents

  1. Installation
  2. Usage
  3. Video
  4. License
  5. Contributing
  6. Questions

Installation

Clone the repo

Run the following command in your command line to install dependencies before running the application:

npm i

Or

npm install

Usage

With the dependecies installed run the following commands to start the application in the following order:

mysql -u root -p
source db/schema.sql
quit
npm run seed

You will see a message in the terminal indicating that the serer is up and running

Video

Demo Video of Category Route
Demo Video of Product Route
Demo Video of Tags Route

License

This project operates under the MIT license

License: MIT

Contributing

Contributions are welcome

Questions

GITHUB: https://github.com/cjose26 EMAIL: christianj91@gmail.com LINKEDIN: https://www.linkedin.com/in/christian-joseph-4ba63535

About


Languages

Language:JavaScript 100.0%