Skip to content

carvalhochris/fastapi-htmx-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone repo

git clone https://github.com/carvalhochris/fastapi-htmx-hello.git
cd fastapi-htmx-hello

Create virtual env

python3 -m venv env

Activate virtual env

source env/bin/activate

Install dependencies

pip install -r requirements.txt

Run

uvicorn main:app --reload --port 8001

Test

http://localhost:8001/hello

About

A hello world app made in FastAPI and HTMX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages