Skip to content

E-commerce site backend using MySQL workbench to create a database, Sequelize for database management, and an Express.js server

License

Notifications You must be signed in to change notification settings

RaquelLee/e_commerce_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e_commerce_backend

license

E-commerce site backend using MySQL workbench to create a database, Sequelize for database management, and an Express.js server. Includes Category, Product, and Tag models with API routes so data can be created, displayed, updated, and deleted as needed. Seeds are included for API testing in applications such as Insomnia or Postman.

ToC

Technologies Used

  • MySQL
  • Express.js
  • Sequelize
  • Node.js
  • Dotenv

Installation

After cloning to your local machine, include .env file with all relevant variables.

Use schema.sql in db directory to create the database in MySQL workbench.

Install all dependencies required

npm i --y

Seed the database

npm run seed

Sync sequelize to the database on server start

node server

Usage

functionalitygif

View Video

Credits

Raquel Scofield followme

👀 Raquel's Portfolio

Raquel's Github

📧 rleesc94@gmail.com

License

MIT License

©️ 2021 Raquel Scofield

About

E-commerce site backend using MySQL workbench to create a database, Sequelize for database management, and an Express.js server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published