Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jimexist/dropwizard-htmx

Example (demo) app using drop wizard and htmx
https://github.com/jimexist/dropwizard-htmx

demo dropwizard htmx

Last synced: about 6 hours ago
JSON representation

Example (demo) app using drop wizard and htmx

Awesome Lists containing this project

README

        

# dropwizard-htmx

[![CI](https://github.com/Jimexist/dropwizard-htmx/actions/workflows/CI.yaml/badge.svg)](https://github.com/Jimexist/dropwizard-htmx/actions/workflows/CI.yaml)

Demo app with dropwizard and HTMX.

```bash
# 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
```