Skip to content

This project is aimed at building a robust and modern blog platform using the popular MERN Stack – MongoDB, Express.js, React, and Node.js. Whether you're a seasoned developer or just getting started, this repository provides a solid foundation for creating and managing your own blog.

Notifications You must be signed in to change notification settings

gaurav-aditya/Blog-Application-Using-Mern-Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MERN Blog Platform

Welcome to the MERN Blog Platform repository! This project aims to create a robust and modern blog platform using the popular MERN Stack – MongoDB, Express.js, React, and Node.js. Whether you're a seasoned developer or just getting started, this repository provides a solid foundation for creating and managing your own blog.

Features

  • MERN Stack: Utilizes MongoDB, Express.js, React, and Node.js for full-stack development.
  • User Authentication: Secure authentication system for user management.
  • Create, Read, Update, Delete (CRUD) Operations: Allows users to perform CRUD operations on blog posts.
  • Responsive Design: Ensures optimal viewing experience across a wide range of devices.
  • Customizable: Easily customizable to fit your specific requirements and design preferences.

Installation

To run this project locally, follow these steps:

Clone the repository to your local machine:

git clone gaurav-aditya/Blog-Application-Using-Mern-Stack.git

## Navigate to the project directory:
cd mern-blog-platform

## Install the dependencies for both the client and server:
cd client
npm install
cd ../server
npm install

## Start the MongoDB server:
-mongod

## Start the server
-cd ../server
npm start

## Start the client:
cd ../client
npm start

Open your web browser and visit http://localhost:3000 to view the application.

Contributing Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgements

This project was inspired by the need for a modern and robust blog platform. We thank the open-source community for their valuable contributions and feedback.

Contact

If you have any questions or need further assistance, feel free to contact the tutorial author at [email protected].

Thank you for using the MERN Blog Platform! Happy blogging!

To learn more about my projects and interests, visit my website.

About

This project is aimed at building a robust and modern blog platform using the popular MERN Stack – MongoDB, Express.js, React, and Node.js. Whether you're a seasoned developer or just getting started, this repository provides a solid foundation for creating and managing your own blog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published