fastapi-with-liveview/README.md

14 lines
332 B
Markdown
Raw Normal View History

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