- Learned what an ORM is and how ORMs like Sequelize help manage tricky SQL queries and modeled data in JavaScript.
- Utilized Sequelize to create associations and connect multiple types of Data.
- This activity helped to understand the fundamental back-end database structure of popular e-commerce websites.
- Perform RESTful CRUD operations to fill out API routes.
- Javascript
- MySql
- Sequilize ORM
- Express
- Node
- Insomnia
- Post Routes for Categories, Products, and Tags
- Update routes for Categories, Products, and Tags
- GET routes for Categories, Products, and Tags
- GET By Id Routes for Categories, Products, and Tags
- Delete Routes for Categories, Products, and Tags