jimexist / dropwizard-htmx

Example (demo) app using drop wizard and htmx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dropwizard-htmx

CI

Demo app with dropwizard and HTMX.

# for building a dist tar (optional)
./gradlew distTar
# migrate db
./gradlew run --args="db migrate config.yml"
# run server
./gradlew run --args="server config.yml"
# open localhost:8080

About

Example (demo) app using drop wizard and htmx

License:Apache License 2.0


Languages

Language:Kotlin 84.4%Language:Mustache 13.5%Language:CSS 2.0%