-
Install Java 21+
-
Provide your OpenAI API Key int the
application.properties
file:OPENAI_API_KEY=<your key>
-
If you use YugabyteDB, then update database connectivity settings in the
application.properties
file to the following:spring.datasource.url = jdbc:postgresql://127.0.0.1:5433/yugabyte spring.datasource.username = yugabyte spring.datasource.password = yugabyte
-
Start the Spring Boot backend:
cd {project_dir}/backend/java mvn spring-boot:run