Skip to content

This is an E-commerce Backend application using Express.js API and Sequelize that interacts with a MySQL database,

License

Notifications You must be signed in to change notification settings

Ryebread5555/E-commerce-Back-End

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

E-commerce-Back-End

License: MIT

Table of Contents

Description

This is an back end application for a e-commerce clothing website. The application uses express.js API and Sequelize that interacts with MYSQL database. Database is created using mySQL and models associated with the database. API routes are use to perform RESTful CRUD operations.

Installation

  • This app requires Node.js, Express.js, and Sequelize run npm install for dependencies.
  • In order to connect to the database the user must run mysql -u root -p in the terminal and enter their password.
  • In mysql, source schema.sql.
  • Next seed the files node seeds/index.js.
  • Finally run nodemon server.js to start the server!

Screenshot

Video

e-commerce-backend-video.mp4

Usage

This app allows the user to view, add, edit, and delete categories, products, and tags.

Licenses

This project is covered under the MIT license. click the license button at the top to learn more.

https://opensource.org/licenses/MIT

Questions

Questions regarding this project? GitHub: https://github.com/Ryebread5555 Email: rypetty55@gmail.com

Credits

  • JavaScript
  • NodeJS
  • Express.js
  • Sequelize
  • MySql
  • Insomnia

About

This is an E-commerce Backend application using Express.js API and Sequelize that interacts with a MySQL database,

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published