BlogER is a full-stack web application built using the MERN stack (MongoDB, Express.js, React.js, and Node.js). This platform allows users to create, edit, delete, and view blog posts. Users can register, log in, and manage their blogs securely. ✍️
📝 Create, edit, and delete blog posts
👥 User authentication (Register/Login)
📂 Image upload support
📱 Fully responsive design
Frontend: React.js, Tailwind CSS
Backend: Node.js, Express.js, MongoDB
Authentication: JWT (JSON Web Token)
1️⃣ Clone the Repository
git clone https://github.com/Abhiram2410/BlogER.git
cd BlogER2️⃣ Install Dependencies
Backend
cd backend
npm install
node index.jsFrontend
cd my-app
npm start3️⃣ Open in Browser
http://localhost:3000Pull requests are welcome! Feel free to submit issues and suggestions. 😊