uPortal-contrib / soffit-kotlin-example

Learn to create a uPortal soffit in Kotlin by example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Soffit Kotlin Example

Linux Build Status Windows Build status

A simple soffit written with Spring 5, Gradle, and Kotlin.

Installation

  1. Install Git
  2. Install Java 8 (Oracle JDK, Open JDK, or Azul JDK)
  3. Open a terminal
  4. Run git clone https://github.com/uPortal-contrib/soffit-kotlin-example
  5. Run cd soffit-kotlin-example
  6. Run ./gradlew install or gradlew.bat install

Start

From a terminal to the soffit-kotlin-example folder, run ./gradlew bootRun or gradlew.bat bootRun

uPortal Contrib

For purposes of this project's participation in uPortal's uPortal Ecosystem Intake Process, the "Project Lead" is (uPortal Committer) Christian Murphy.

About

Learn to create a uPortal soffit in Kotlin by example

License:Apache License 2.0


Languages

Language:Kotlin 97.0%Language:Java 3.0%