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.
- Frontend: React, HTML, CSS, Bootstrap
- Backend: Node.js, Express.js
- Database: MongoDB
- Version Control: Git & GitHub
β
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.
git clone https://github.com/drashti2023/Blog-Project.git
cd Blog-Project
# Install backend dependencies
cd server
npm install
# Install frontend dependencies
cd ../client
npm install
# Start the backend server
cd server
npm start
# Start the React frontend
cd ../client
npm start
π GitHub Repository: Blog Web App