Before starting the application, make sure you have the API Key from OpenAI.
Create .env file with the following content:
OPENAI_API_KEY='YOUR_OPENAI_API_KEY'Build the services: docker compose build
Start the services: docker compose up
After starting the application it is accessible under localhost:8080.
Format code: ./mvnw spring-javaformat:apply