Skip to content

khushi2706/Blog-App-using-MERN-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blog App using MERN Stack

Welcome to the Blog App repository! This application is built using the MERN (MongoDB, Express, React, Node.js) stack and comes with various functionalities to manage and share your blogs.

also visit E-commerce_website-using-React-Redux

Functionalities

  • Authentication: Secure user authentication system to protect your blogs.
  • Create Blog: Easily create and publish your blogs with a user-friendly interface.
  • Delete Blog: Remove unwanted blogs with a simple delete option.
  • Update Blog: Edit and update your blogs as your content evolves.
  • View Other User Blogs: Explore and read blogs published by other users.

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

Getting Started

To get started with this project, follow these steps:

  1. Fork this repository

  2. Clone this repository to your local machine:

git clone https://github.com/your-username/Blog-App-using-MERN-stack.git
  1. Install the required dependencies for both the backend and frontend:
cd Blog-App-using-MERN-stack
cd server && npm install
cd ../client && npm install
  1. Configure the database connection in the backend. You can use MongoDB Atlas or a local MongoDB server.

  2. Start the backend server:

cd server && npm start
  1. Start the frontend application:
cd client && npm start
  1. Access the application in your web browser at http://localhost:3000.

Contributing

We welcome contributions from the community. If you'd like to contribute to this project, please feel free to open an issue or Make a PR.

Acknowledgments

We would like to thank all contributors and the open-source community for their support.


Feel free to explore the codebase and start creating and sharing your blogs with the world! If you have any questions or need assistance, please don't hesitate to reach out.

Happy blogging!