Skip to content

bearddan2000/javascript-web-htmx-get-mustache-python-flask-api-questdb-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javascript-web-htmx-get-mustache-python-flask-api-questdb-simple

Description

A demo of htmx using a python flask api to return contents of table from questdb.

Tech stack

  • htmx
    • get
    • ext
    • swap
    • target
  • mustache
  • python
    • flask
    • cors
  • questdb

Docker stack

  • httpd:latest
  • python:latest
  • questdb/questdb:latest

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

To see help

sudo ./install.sh -h

Credit