The e-commerce application uses Sequelize, mySQL, And Express. Within this application the tables and seeds for the database are created. The finished product allows you to view the CRUD operation on Insomnia or postman.
When you run node server.js it will start your server. If you transfer over to Insomnia you can run post, put, get, and delete operations on the database.
node server.js
mysql -u root -p
node run seed