This code is designed to operate as the back-end for online shopping organization, creating SQL tables for products and their corresponding tags and categories.
Requires Express, MySQL2, dotenv, and Sequelize.
Products, categories, and tags can be seen, created, updated, and deleted all using the routes set up in this code.
When the server is initiated, you can use a tool like Insomnia to test the routes. GET routes will show the current data in the table or a specific item in the table, POST routes can create a new item in the table, PUT routes will update the information of an existing item, and DELETE routes will delete an item from the table.
email: [email protected] github: github.com/Brett-NT
Video Link: https://www.youtube.com/watch?v=oZb5utfzbbk&ab_channel=BrettHoward