Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearddan2000/javascript-web-htmx-get-mustache-java-quarkus-api-mysql-simple
A demo of htmx using a java quarkus
https://github.com/bearddan2000/javascript-web-htmx-get-mustache-java-quarkus-api-mysql-simple
api cors ext get htmx java javascript mustache mysql quarkus simple swap target web
Last synced: 25 days ago
JSON representation
A demo of htmx using a java quarkus
- Host: GitHub
- URL: https://github.com/bearddan2000/javascript-web-htmx-get-mustache-java-quarkus-api-mysql-simple
- Owner: bearddan2000
- Created: 2023-12-15T18:12:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T18:12:24.000Z (about 1 year ago)
- Last Synced: 2024-07-30T17:55:23.363Z (5 months ago)
- Topics: api, cors, ext, get, htmx, java, javascript, mustache, mysql, quarkus, simple, swap, target, web
- Language: Shell
- Homepage: https://github.com/bearddan2000/javascript-web-htmx-get-mustache-java-quarkus-api-mysql-simple
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javascript-web-htmx-get-mustache-java-quarkus-api-mysql-simple
## Description
A demo of htmx using a java quarkus
api to return contents of table from
mysql.## Tech stack
- htmx
- get
- ext
- swap
- target
- mustache
- java
- quarkus
- cors
- mysql## Docker stack
- httpd:latest
- maven:3-openjdk-17
- mariadb:latest## To run
`sudo ./install.sh -u`
- Available at http://localhost## To stop
`sudo ./install.sh -d`## To see help
`sudo ./install.sh -h`## Credit
- [Htmx clientside template](https://htmx.org/extensions/client-side-templates/)
- [Htmx rendering JSON](https://marcus-obst.de/blog/htmx-json-handling)