axum-backend

run server

cargo watch -q -c -w src/ -x run

then run following to test using httpc_test

cargo watch -q -c -w tests/ -x "test -q quick_dev -- --nocapture"

not maybe useful now but docker

docker network create axum_network
docker compose up --build -d