/e-commerce-backend

For this project I built the back end for an e-commerce site by modifying starter code. I configured a working Express.js API to use Sequelize to interact with a MySQL database.

Primary LanguageJavaScript

E-commerce Backend

Table of Contents

About my Project

For this project I built the back end for an e-commerce site by modifying starter code. I've configured a working Express.js API to use Sequelize to interact with a MySQL database. I've used Insomnia to test the application's routes as demonstrated in the walkthrough video.

Walkthrough Video Link

View my walkthrough video here (part 1)

View my walkthrough video here (part 2)

Getting Started

git clone <git@github.com:misha244/e-commerce-backend.git>
cd <e-commerce-backend>
npm install
npm run start

Fin