- Ensure you have Java Development Kit (JDK) 11 or higher installed.
- Ensure you have MySQL installed and running on your system.
- Install Maven for project build and dependency management.(if not already installed by IntelliJ)
- Download and install Git from git-scm.com.
- Open your terminal or command prompt and check the version.
git --version- Navigate to the directory where you want to clone the project.
cd /path/to/your/directory- Clone the repository using the following command:
git clone https://github.com/username/repository-name.gitYOU WILL FIND THIS LINK IN THE GITHUB SITE OF THE PROJECT BY CLICKING ON FORK
THEN ON CODE AND COPYING THE URL