fastapi-with-liveview/README.md

12 lines
184 B
Markdown
Raw Normal View History

2024-06-18 14:55:48 +02:00
# Simple example of FastAPI with LiveView
<video src="demo.webm" autoplay loop muted></video>
## Run
```shell
docker compose up
```
And open http://localhost:8000 in your browser.