Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 878 Bytes

File metadata and controls

23 lines (22 loc) · 878 Bytes

To set up this project locally, please follow these steps:

Prerequisites

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

Steps to Set Up the Project - GIT

  1. Download and install Git from git-scm.com.
  2. Open your terminal or command prompt and check the version.
   git --version
  1. Navigate to the directory where you want to clone the project.
   cd /path/to/your/directory
  1. Clone the repository using the following command:
   git clone https://github.com/username/repository-name.git

YOU WILL FIND THIS LINK IN THE GITHUB SITE OF THE PROJECT BY CLICKING ON FORK
THEN ON CODE AND COPYING THE URL