This is an implementation of HTMX inside of FastAPI.
I got the inspiration from https://github.com/Konfuzian/htmx-examples-with-flask.
Each example is written as a separate route in backend/api/routes
pip install -r requirements.txtcd backend
python ./main.pycd backend
uvicorn main:app --reload --port 8000The server will run on http://localhost:8000