Skip to content

drashti2023/Blog-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Blog Web App - MERN Stack

πŸ“Œ Overview

A full-stack blogging platform built using the MERN stack (MongoDB, Express.js, React, Node.js). This application allows users to create, edit, and manage blog posts with a secure authentication system. Designed with a modern and responsive UI, it offers a seamless experience for bloggers and readers alike.

πŸ›  Tech Stack

  • Frontend: React, HTML, CSS, Bootstrap
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Version Control: Git & GitHub

✨ Features

βœ… Create & Manage Blogs – Users can create, edit, delete, and view blogs.
βœ… Rich Text Editor – Write blog posts with an intuitive editor.
βœ… Responsive UI – Ensures a mobile-friendly experience for all devices.
βœ… User Dashboard – Manage personal blog posts in an intuitive interface.

πŸš€ Installation & Setup

1️⃣ Clone the Repository

 git clone https://github.com/drashti2023/Blog-Project.git 
 cd Blog-Project 

2️⃣ Install Dependencies

 # Install backend dependencies 
 cd server 
 npm install 

 # Install frontend dependencies 
 cd ../client 
 npm install  

4️⃣ Run the Project

 # Start the backend server 
 cd server 
 npm start 

 # Start the React frontend 
 cd ../client 
 npm start 

πŸ“Έ Live Preview & Code

πŸ”— GitHub Repository: Blog Web App


About

Blog Application using MERN Stack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published