/htmx-flask-example

A sample CRUD application, mostly cribbed from https://github.com/bigskysoftware/contact-app, to follow along with the book "Hypermedia Systems".

Primary LanguageCSSBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Contacts App (Flask)

My copy of the official Flask example application with an extra dash of last decade's style and stripped of any htmx directives for a clean start. I created this version to follow along with the book Hypermedia Systems starting at Chapter 05.

Note

  • This project uses the Library Manager CLI to manage client-side libraries. You do not need it, but I find if you have .NET on your system it is really handy for handling non-bundled client-side assets.

    # Install the client-side libraries
    libman restore
  • I will win no awards for design in my lifetime and I am okay with this.