htmx "Click to Edit" pattern

Simple implementation o the "Click To Edit" pattern usign htmx and FastAPI.

How to run

  1. Install the dependencies:
pip install -r requirements.txt
  1. Run the server:
fastapi dev server.py