Skip to content

Build the back end for an e-commerce site. Take a working Express.js API and configure it to use Sequelize to interact with a MySQL database.

Notifications You must be signed in to change notification settings

MenderesKoc/E-commerce-Back-End-ORM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce Back End-ORM

Description

E-commerce website that uses the latest technologies,database model for back end creatin,deleting,updating also categories.A walkthrough video that demonstrates the functionality of the e-commerce back end

Technology Used

  • Javascript
  • Node.js
  • Mysql
  • Sequelize

User Story

E-commerce website that uses the latest technologies SO THAT my company can compete with other e-commerce companies

Installation

- Clone the repo
- run npm init
- run npm i dotenv package,MySQL2, Sequelize
- create a .env file
- copy and past for .env file
    DB_NAME='ecommerce_db'
    DB_USER='your MySQL username'
    DB_PW='your MySQL password
- MySQL shell run
    source db/schema.sql
- run "npm run seed" to seed data
- npm start /node server.js
- for testing options recommend insomnia

Clone Repository

Images

ScreenShot

ScreenShot

Deme video

Untitled_.Mar.23.2022.9_09.PM.1.mp4

Contact for questions and suggestions:

  • Menderes koc

📫 Connect with me

              

Made With Passion©️2022 Mendere Koc

About

Build the back end for an e-commerce site. Take a working Express.js API and configure it to use Sequelize to interact with a MySQL database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published