Skip to content

badri-2005/Blogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blogger – MERN Stack Blogging Platform

GitHub Repo Size GitHub Stars GitHub Forks GitHub License Node Version Build React MongoDB Express

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.


Overview

Blogger is a modern content management platform designed to demonstrate full-stack architecture, RESTful API development, and scalable frontend-backend integration.


Features

  • 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

Tech Stack

Frontend

  • React
  • React Router
  • Axios

Backend

  • Node.js
  • Express.js

Database

  • MongoDB

Project Structure

Blogger/ ├── frontend/ ├── backend/ ├── README.md


Installation

Clone the Repository

git clone https://github.com/badri-2005/Blogger.git
cd Blogger

Install 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

License

This project is licensed under the MIT License.

Author

  • Badri Narayanan B R
  • Computer Science Engineering Student
  • Full-Stack Developer | Data Engineering Enthusiast

Support

If you found this project helpful, consider giving it a star.

About

A Blogger Site using MERN Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published