This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2024-06-01 16:13:03 +02:00
.github/workflows downgraded to java 21 2024-05-31 09:33:14 +02:00
.idea running configurations for intellij 2024-06-01 16:13:03 +02:00
dummy redone maven project files 2024-05-27 17:22:09 +02:00
eureka redone maven project files 2024-05-27 17:22:09 +02:00
gateway maybe this 2024-05-31 09:07:57 +02:00
.gitignore flake done? 2024-05-28 23:42:05 +02:00
flake.lock flake build eureka and gateway 2024-05-27 18:34:24 +02:00
flake.nix act to build and publish images, test 2024-05-30 04:20:39 +02:00
hydra.md flake: basic hydra job 2024-05-22 20:18:04 +02:00
pom.xml downgraded to java 21 2024-05-31 09:33:14 +02:00
readme.md flake done? 2024-05-28 23:42:05 +02:00

LearningPulse server

CI/CD

To check up on builds head to the hydra server

Enter developer shell

nix develop

Build services

nix build .#learningpulse-dummy

Run service

nix develop && cd dummy && mvn run spring-boot:run