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.
server/readme.md
2024-05-28 23:42:05 +02:00

328 B

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