code-chimp / htmx-flask-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 98.1%Language:HTML 1.0%Language:Python 0.9%