A full-stack blogging application built using the MERN stack that enables users to create, read, update, and delete blog posts through a clean and responsive user interface.
Blogger is a modern content management platform designed to demonstrate full-stack architecture, RESTful API development, and scalable frontend-backend integration.
- Create, read, update, and delete blog posts
- Responsive UI across desktop and mobile devices
- RESTful API architecture
- Modular project structure
- Axios-based API communication
- Scalable codebase
- React
- React Router
- Axios
- Node.js
- Express.js
- MongoDB
Blogger/ ├── frontend/ ├── backend/ ├── README.md
git clone https://github.com/badri-2005/Blogger.git
cd BloggerInstall Backend Dependencies
cd backend
npm install
Install Frontend Dependencies
cd ../frontend
npm install
Running the Application Start Backend Server
cd backend
npm run dev
Start Frontend Application
cd frontend
npm run dev
- Badri Narayanan B R
- Computer Science Engineering Student
- Full-Stack Developer | Data Engineering Enthusiast
GitHub: https://github.com/badri-2005
If you found this project helpful, consider giving it a star.