A simple blog application built with Node.js, Express, and EJS following the MVC (Model-View-Controller) architecture.
- List all posts
- Create a new post
- Edit an existing post
- Delete a post
- Node.js - Backend runtime environment
- Express.js - Web framework for Node.js
- EJS - Templating engine for rendering views
- MVC Architecture - Separation of concerns between Model, View, and Controller