Skip to content

A full-stack News Blog Platform built with Node.js, Express.js, and MongoDB. Users can create, read, update, and delete posts with categories and comments. Simple, scalable, and interactive blog management system.

Notifications You must be signed in to change notification settings

Athar9373/News-Blog-Project

Repository files navigation

News Blog Platform

  1. Overview

    • Full-stack News Blog Platform using Node.js, Express.js, MongoDB
    • Users can create, read, update, and delete posts
    • Post categorization and comment sections
    • Express.js for routing & middleware
    • MongoDB for scalable data storage
  2. Features

    • CRUD operations on blog posts
    • Post categorization
    • Comment section per post
    • User-friendly interface
    • Backend API with Express.js
    • Data persistence with MongoDB
  3. Technology Stack

    • Frontend: HTML, CSS, JavaScript
    • Backend: Node.js, Express.js
    • Database: MongoDB
  4. Installation a. Clone the repository
    git clone https://github.com/yourusername/news-blog-platform.git

    b. Install dependencies
    npm install

    c. Set up MongoDB (local installation or MongoDB Atlas)

    d. Start the application
    npm start

  5. Usage

    • Visit http://localhost:3000 in browser after installing
    • Create, edit, delete, read blog posts
    • Use categorization & comment features
  6. Author

  7. License

    • MIT License

About

A full-stack News Blog Platform built with Node.js, Express.js, and MongoDB. Users can create, read, update, and delete posts with categories and comments. Simple, scalable, and interactive blog management system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published