2021-10-01 11:14:59 +08:00

11 lines
202 B
Markdown

# Actix 4 Beta with SeaORM example app
Edit `.env` to point to your database.
Run server with auto-reloading:
```bash
cargo install systemfd
systemfd --no-pid -s http::8000 -- cargo watch -x run
```