Tech Blog

The tech blog is a bootcamp homeowrk project. This application 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.

The users can signup or login when they visit the webpage. Then they can visit all the posts on the website. The users can also create, update and delete a post. The users can also post, update and delete comment on the posts.

You can find the project code in the github repository as well as the deployed web page below.