fastapi-with-liveview/README.md

12 lines
297 B
Markdown
Raw Permalink Normal View History

2024-06-18 14:55:48 +02:00
# Simple example of FastAPI with LiveView
2024-06-18 15:47:19 +02:00
<video src="https://git.andros.dev/andros/fastapi-with-liveview/raw/commit/abb8e9e5dddbd9266b8c1bf913b514099a621630/demo.webm" autoplay loop muted controls></video>
2024-06-18 15:43:10 +02:00
2024-06-18 14:55:48 +02:00
## Run
```shell
docker compose up
```
And open http://localhost:8000 in your browser.