https://github.com/kumaranhk/blogger
Its a blogger app which is implemented using MERN and MUI
https://github.com/kumaranhk/blogger
bcryptjs css3 expressjs html5 javascript jwt-authentication mongodb mui nodejs react-router reactjs
Last synced: 2 months ago
JSON representation
Its a blogger app which is implemented using MERN and MUI
- Host: GitHub
- URL: https://github.com/kumaranhk/blogger
- Owner: kumaranhk
- Created: 2025-05-18T09:43:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-18T10:29:19.000Z (about 1 year ago)
- Last Synced: 2025-05-18T11:29:03.630Z (about 1 year ago)
- Topics: bcryptjs, css3, expressjs, html5, javascript, jwt-authentication, mongodb, mui, nodejs, react-router, reactjs
- Language: JavaScript
- Homepage: https://fluffy-speculoos-a644ca.netlify.app/
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 MERN Blog App
A blog application built with React, Node.js, Express, and MongoDB. Users can create, edit, and view blogs. The app includes author and category filtering, user authentication.
## 🚀 Features
- ✅ User authentication (login/register)
- ✅ Create, edit, and delete blog posts
- ✅ Filter blogs by author or category
- ✅ Image URL support for blogs
- ✅ Toast notifications for feedback
## 🛠 Tech Stack
**Frontend**
- React.js
- React Router DOM
- Material UI
- Axios
- React Toastify
**Backend**
- Node.js
- Express
- MongoDB
- Mongoose
- JWT for Authentication
---
---
## 📦 Installation
### 1. Clone the repo
```bash
git clone https://github.com/kumaranhk/blogger
cd blogger
cd backend
npm install
npm run dev
cd ../frontend
npm install
npm start
```