Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 600 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 600 Bytes

Personio

Prerequisite:

sdkman: curl -s https://get.sdkman.io | bash gradle: sdk install gradle 6.5.1 kotlin: sdk install kotlin

How to run the project:

  • Docker way (need docker and gradle installed):

    • gradle build
    • docker build -t personio .
    • docker run -m512M --cpus 2 -it -p 8080:8080 --rm personio
  • locally (need openjdk8 installed):

    • gradle build
    • gradle run

Endpoints: (Credentials: "user" - "password")

To run the tests:

  • gradle test