Skip to content

tpsousa/MVC-PROJECT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Blog Application - MVC Architecture

This project is a web application built using the MVC (Model-View-Controller) architecture, featuring views, models, and controllers, powered by Node.js and Express.

Features

  • Create, view, and delete blog posts: This application allows users to manage blog posts through a simple and intuitive interface.
  • MVC Architecture: The project is structured to separate concerns, making it easy to understand how the application works under the hood.
    • Models handle data logic and interactions with the database.
    • Views are responsible for the user interface and rendering the content.
    • Controllers process user input and manage responses between the model and view.

Purpose

This simple blog project is a practical example demonstrating how the MVC pattern operates in web development. By breaking down the app into views, models, and controllers, it becomes clear how each layer interacts while keeping code organized and scalable.

Technologies

  • Node.js
  • Express
  • JavaScript
  • HTML
  • CSS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors