Last updated on
Overview
A full-stack blog web application built using Node.js and Express, allowing users to create, manage, and publish blog posts. The application demonstrates server-side routing, dynamic template rendering, and database integration in a structured MVC architecture.
Features
* Create, edit, and manage blog posts
* Server-side routing using Express
* Dynamic page rendering using Express Handlebars
* User authentication and session management
* File upload support for blog content (e.g., images)
* Database integration using Sequelize with PostgreSQL
* Organized MVC architecture for scalability and maintainability