Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 361 Bytes

readme.md

File metadata and controls

34 lines (23 loc) · 361 Bytes

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