This project was built to simulate the back-end for an e-commerce site. It uses Express.js API and Sequelize to interact with a MySQL database. It contains four Models(tables) to use which are Products, Category, Tag, and Product Tag.
- Project Name
- How to install it
- Running Tests
- How to use
- Report issues
- Questions
- How to make contributions
- Credits
- License
E-commerce store
MySQL2 run: npm i mysql2
Sequalize run: npm i sequelize
Express.js run: npm i express
Dotenv run: npm i dotenv
You can test the GET, POST, PUT and DELETE routes by using Insomnia as seen in the video. Insomnia
This app can be used for testing the ecommerce part of a website. Most important to see the relation among the tables in the database.
Contact me with questions via GitHub or send an email to: [email protected]
send me an email
This is a school project.
n/a
n/a