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