https://dev.to/adebayoileri/configure-babel-for-nodejs-application-3798
https://dev.to/julfikarhaidar/rest-apis-example-with-sequelize-orm-with-node-js-and-express-p40
const path = require("path");
module.exports = {
config: path.resolve("./src/db/config", "config.js"),
"models-path": path.resolve("./src/db/models"),
"seeders-path": path.resolve("./src/db/seeders"),
"migrations-path": path.resolve("./src/db/migrations"),
};
https://medium.com/@learnwithalfred/react-with-redux-toolkit-and-createasyncthunk-complementary-guide-c3a3bb2a1113 https://blog.logrocket.com/using-redux-toolkits-createasyncthunk/ https://dev.to/chinwike/separating-logic-in-your-redux-toolkit-application-h7i https://www.bezkoder.com/redux-toolkit-example-crud/