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