Backend for DropPod
cp ./configuration/example.secret.yaml ./configuration/secret.yaml
update secret_key
in secret.yaml
Hot reload dev:
cargo watch -q -c -w src/ -w .cargo/ -x run
Test script during dev:
cargo watch -q -c -w tests/ -x "test -q quick_dev -- --nocapture"
shuttle hot reload:
cargo watch -q -c -w src/ -w .cargo/ -x "shuttle run
cargo shuttle deploy
This project backend is built on top of rust-axum-course