fastapi-with-liveview/README.md

12 lines
150 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
## Run
```shell
docker compose up
```
And open http://localhost:8000 in your browser.