This application is a blog where users can write text posts and comment on other user's posts.
A visitor to this site can read blog posts on the homepage of the application. If they want to post or leave a comment on another user's post, they must first sign up. On their dashboard they can manage all their posts, including editing and deleting posts.
This application utilizes Sequelize, Express.js, Node.js, the Handlebars framework and is written in Javascript and CSS.