This application is an inventory database manager. It manages data based on three topics: Categories, Products, and Tags. You can fetch all items or just one item from any of the three topics. It also allows you to PUT, UPDATE, and DELETE routes for any id/item from the three topics.
To begin the application, create the database by going into the mysql shell and running source db/schema.sql
Then return to the terminal
Run npm run seed
to seed the database
Run npm run start
to start the server
Open insomnia and enter the correct URL and begin routing
mysql2
sequelize
dotenv
express
Link: tutorial video