Skip to content

caerus706/fastapi-htmx-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTMX Examples utilizing FastAPI

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

Setup

pip install -r requirements.txt

Run

Python

cd backend
python ./main.py

Uvicorn

cd backend
uvicorn main:app --reload --port 8000

The server will run on http://localhost:8000

About

HTMX examples with FastAPI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published