This is a basic blog application built using Node.js for the backend, MongoDB for the database, Nodemon for development, and EJS (Embedded JavaScript) as the templating engine for the frontend.
- Create, read, update, and delete blog posts (CRUD functionality).
- Display a list of blog posts on the home page.
- View individual blog posts with a detailed view.
- Simple and clean UI using EJS templates.
Before running the project, make sure you have the following installed on your system:
- Clone the repository
git clone https://github.com/roystondz/Blog.git cd Blog - Install
npm install
- Change the database in user.js in models
- Run the code
nodemon app.js