/data-system

Primary LanguageJavaScript

Data System - MERN Stack Application

Welcome to the Data System 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/data-system
  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

That's it! You should now have the project up and running locally on your machine. If you encounter any issues, feel free to reach out to [contact email/username] for assistance.