Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jimexist/dropwizard-htmx
- Owner: jimexist
- License: apache-2.0
- Created: 2022-12-17T08:12:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T18:20:19.000Z (5 months ago)
- Last Synced: 2024-11-01T08:42:09.180Z (7 days ago)
- Topics: demo, dropwizard, htmx
- Language: Kotlin
- Homepage:
- Size: 169 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```