Skip to content

Grodelek/course_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

How to Run the Backend ๐Ÿš€

Prerequisites โš™๏ธ

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:

  1. Navigate to the Project Root Directory ๐Ÿ“‚
    Open the root folder of the project on your local machine.

  2. Configure the application.properties File โš™๏ธ
    Edit the application.properties file and provide your MySQL database details:

    • db_name
    • db_username
    • db_password
  3. Build the Project ๐Ÿ”จ
    Run the following command in your terminal to clean and install the project dependencies:

    mvn clean install
  4. Start the Application โ–ถ๏ธ Once the build is complete, run the following command to start the backend:

    mvn spring-boot:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages