GitHub / GaruGaru / coderdojo-app-backend
Fast, parallel, container ready aggregator for coderdojo events app
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaruGaru%2Fcoderdojo-app-backend
PURL: pkg:github/GaruGaru/coderdojo-app-backend
Stars: 0
Forks: 0
Open issues: 2
License: None
Language: Kotlin
Size: 92.8 KB
Dependencies parsed at:
15
Created at: over 7 years ago
Updated at: over 7 years ago
Pushed at: over 7 years ago
Last synced at: 3 months ago
Topics: backend, coderdojo, kotlin, rxjava
Dockerfile
docker
- gradle jdk8-alpine build
docker/docker-compose.yml
docker
- garugaru/coderdojo-backend latest
build.gradle
maven
- ch.qos.logback:logback-classic 1.2.1 compile
- com.github.GaruGaru:confy2 1.3 compile
- com.google.dagger:dagger $dagger_version compile
- com.squareup.okhttp3:logging-interceptor 3.9.0 compile
- com.squareup.retrofit2:adapter-rxjava2 $retrofit_version compile
- com.squareup.retrofit2:converter-gson $retrofit_version compile
- com.squareup.retrofit2:retrofit $retrofit_version compile
- io.javalin:javalin 1.0.0 compile
- io.reactivex.rxjava2:rxjava $rxjava_version compile
- org.jetbrains.kotlin:kotlin-stdlib-jre8 $kotlin_version compile
- com.github.tomakehurst:wiremock 2.10.1 testCompile
- com.willowtreeapps.assertk:assertk 0.9 testCompile
- junit:junit $junit_version testCompile