9 lines
155 B
Markdown
9 lines
155 B
Markdown
# Actix with SeaORM example app
|
|
|
|
Rus server with auto-reloading:
|
|
|
|
```bash
|
|
cargo install systemfd
|
|
systemfd --no-pid -s http::5000 -- cargo watch -x run
|
|
```
|