Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 374 Bytes

File metadata and controls

21 lines (14 loc) · 374 Bytes

codedays-rs

使用

echo "DATABASE_URL=postgres://postgres:dayscode@localhost/codedays?sslmode=disable" > .env

cargo install diesel_cli --features "postgres" --no-default-features
diesel migration run

cargo run

自动加载

参见 https://actix.rs/docs/autoreload/ 进行配置

systemfd --no-pid -s http::3000 -- cargo watch -x run