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.
- Authentication: Secure user authentication system to protect your blogs.
- Create Blog: Easily create and publish your blogs with a user-friendly interface.
- Update Blog: Edit and update your blogs as your content evolves.
- View Other User Blogs: Explore and read blogs published by other users.
To get started with this project, follow these steps:
-
Fork this repository
-
Clone this repository to your local machine:
git clone https://github.com/your-username/MyBlog.git
- Install the required dependencies for both the backend and frontend:
cd MyBlog
cd backend && npm install
cd frontend && npm install
-
Configure the database connection in the backend. You can use MongoDB Atlas or a local MongoDB server.
-
Start the backend server:
cd backend && npm start
- Start the frontend application:
cd frontend && npm start
- Access the application in your web browser