Before you begin, ensure that the following are installed on your machine:
- Java 24
- Maven 3.8.7 or later
Follow the steps below to get the backend up and running:
-
Navigate to the Project Root Directory ๐
Open the root folder of the project on your local machine. -
Configure the
application.propertiesFile โ๏ธ
Edit theapplication.propertiesfile and provide your MySQL database details:db_namedb_usernamedb_password
-
Build the Project ๐จ
Run the following command in your terminal to clean and install the project dependencies:mvn clean install
-
Start the Application
โถ๏ธ Once the build is complete, run the following command to start the backend:mvn spring-boot:run