cargo install cargo-watch cd app-service cargo build cd .. cd auth-service cargo build cd ..cd app-service cargo watch -q -c -w src/ -w assets/ -w templates/ -x runvisit http://localhost:8000
cd auth-service cargo watch -q -c -w src/ -w assets/ -x runvisit http://localhost:3000
docker compose build docker compose upvisit http://localhost:8000 and http://localhost:3000