Blogify is a modern full-stack blogging platform where users can create, view, and manage blogs. Built using the MERN stack (MongoDB, Express, React, Node.js) with clean UI and intuitive functionality.
- 🔗 Frontend: https://blogify-beta-two.vercel.app
- 🔗 Backend API: https://blogify-gcdw.onrender.com
Blogify/ ├── frontend/ # React Frontend ├── backend/ # Node + Express Backend ├── .gitignore ├── README.md └── package.json
- 🔐 Authentication (Login / Signup)
- 📝 Create, Read, Update, Delete (CRUD) Blogs
- 🔎 Blog Search by Title, Author, or Tags
- 🔖 Save / Bookmark Blogs
- 💬 Comment on Blog
- 🔄 Pagination & Filtering
- 📦 Fully deployed with Vercel (frontend) and Render (backend)
- React.js (Vite)
- React Router
- TailwindCSS
- Axios
- React Toastify
- Express.js
- MongoDB (Mongoose)
- JWT Authentication
- CORS + Middleware
git clone https://github.com/MeetVora79/Blogify.git
cd Blogify
### 2. Backend Setup
cd backend
npm install
node index.js
Create .env file inside backend directory:
PORT=5000
MONGO_URI=your_mongodb_connection_string
JWT_SECRET=your_secret_key
### 3. Frontend Setup
cd frontend
npm install
npm run dev
🤝 Author
Built with 💖 by Meet Vora