- Java 23
- Maven
- Npm
git clone https://github.com/stackoftheweek/s1e2.git
cd s1e2/backend
docker compose up -d
Starts Ollama on Docker in the background http://localhost:11434 You will get your shell back
./mvnw spring-boot:run
You will NOT get your shell back http://localhost:8080 Use ctrl-c to stop
In another shell
cd ../frontend
npm install
npm run dev
You will NOT get your shell back Use ctrl-c to stop
open http://localhost:5173