Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.19 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.19 KB

MyBlog 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.

Functionalities

  • 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.

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/MyBlog.git
  1. Install the required dependencies for both the backend and frontend:
cd MyBlog
cd backend && npm install
cd frontend && 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 backend && npm start
  1. Start the frontend application:
cd frontend && npm start
  1. Access the application in your web browser