An open API service indexing awesome lists of open source software.

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

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
```