Welcome to the Data System Project GitHub repository!
Follow these steps to run the project locally on your machine:
-
Clone the Project: First, clone this repository to your local machine using the following command:
git clone https://github.com/Akshay9704/data-system
-
Change Base URL: Navigate to the
urls.js
file in the project and change the base URL tohttp://localhost:8000
. -
Frontend Setup: Navigate to the
frontend
directory:cd frontend
Then, install the necessary dependencies:
npm install
-
Start Frontend: Start the frontend server:
npm start
-
Backend Setup: Navigate to the
backend
directory:cd backend
Then, install the necessary dependencies:
npm install
-
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.