Blog - MERN Stack Application

Welcome to the Blog Project GitHub repository!

Instructions to Run the Project

Follow these steps to run the project locally on your machine:

  1. Clone the Project: First, clone this repository to your local machine using the following command:

    git clone https://github.com/Akshay9704/blog-application
  2. Change Base URL: Navigate to the urls.js file in the project and change the base URL to http://localhost:8000.

  3. Frontend Setup: Navigate to the frontend directory:

    cd frontend

    Then, install the necessary dependencies:

    npm install
  4. Start Frontend: Start the frontend server:

    npm start
  5. Backend Setup: Navigate to the backend directory:

    cd backend

    Then, install the necessary dependencies:

    npm install
  6. Start Backend: Start the backend server:

    npm run dev