Writing about tech can be just as important as making it. Developers spend plenty of time creating new applications and debugging existing codebases, but most developers also spend at least some of their time reading and writing about technical concepts, recent advancements, and new technologies. This is a CMS-style blog site similar to a Wordpress site, where developers can publish their blog posts and comment on other developers’ posts as well. This app follows the MVC paradigm in its architectural structure, using Handlebars.js as the templating language, Sequelize as the ORM, and the express-session npm package for authentication.
Developers will use this CMS-style blog site to publish articles and share thoughts/opinions in blog posts.
The following image displays the home login page:

npm install express-handlebars
npm install pg
npm i sequelize
npm install dotenv --save
npm install bcrypt
npm install express-session
npm install connect-session-sequelize