Skip to main content

Getting started

  • git clone https://github.com/hhu-propra2/praktikum-gruppe-24
  • cd praktikum-gruppe-24
  • Open project in Intellij
  • Insert Github key and secret into the Intellij environment variable section
  • ./gradlew bootRun

Getting started (Devs)

  • git clone https://github.com/hhu-propra2/praktikum-gruppe-24
  • Open project in Intellij
  • Insert your database data and your Github credentials into the .env file
  • Insert your database data and your Github credentials into the Intellij environment variable section
  • Start the docker container with docker-compose up --build
  • Run the program and visit http://localhost:8080