✍️ A dynamic full-stack blog platform built with the MERN stack, empowering passionate readers and writers to engage, explore, and express.
- 📝 Create, read, edit, and delete blogs
- 🔐 Secure authentication with RBAC (Role-Based Access Control)
- 💬 Commenting, liking, and sharing functionality
- 🧠 Category & tag-based blog filtering
- 📨 Newsletter subscription system
- 🏆 Writer levels, rewards, and leaderboard system
- 📱 Responsive design using Tailwind CSS
Create a .env file with the following keys:
#```env
DEV_MODE=development
PORT=8080
MONGO_URI=your_mongodb_connection_string
EMAIL_USER=your_email@example.com
EMAIL_PASS=your_app_password
git clone
cd client
npm install
cd server
npm install
npm run server
cd client
npm start




