Skip to content

bearddan2000/javascript-web-htmx-get-mustache-java-spring-api-postgres-simple

Repository files navigation

javascript-web-htmx-get-mustache-java-spring-api-postgres-simple

Description

A demo of htmx using a java springboot api to return contents of table from postgres.

Tech stack

  • htmx
    • get
    • ext
    • swap
    • target
  • mustache
  • java
    • spring
    • cors
  • posgres

Docker stack

  • httpd:latest
  • maven:3-openjdk-17
  • postgres:alpine

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

To see help

sudo ./install.sh -h

Credit