fastapi-with-liveview/README.md
Andros Fenollosa 107aed7a82 test
2024-06-18 15:43:10 +02:00

14 lines
332 B
Markdown

# Simple example of FastAPI with LiveView
![Demo](demo.gif)
<video src="https://git.andros.dev/andros/fastapi-with-liveview/raw/commit/abb8e9e5dddbd9266b8c1bf913b514099a621630/demo.webm" controls="controls" style="max-width: 100%;"></video>
## Run
```shell
docker compose up
```
And open http://localhost:8000 in your browser.