This app demonstrates a simple chat application built with Spring Boot, React, and [Hilla] https://hilla.dev/.
- Java 17
Using the included ChatGPTService
requires that you have
your OpenAI API key as an environment variable:
OPENAI_API_KEY=your-key-here
You can run the app in development mode with the included Maven wrapper.
Mac/Linux
./mvnw
Windows
.\mvnw
This starts the Spring Boot application and a Vite dev server.
You can learn more about hilla on https://hilla.dev.