🌹 Rose async Rust webservices Run service Service should be available at localhost:8003/health Using cargo cargo build to build or cargo run to run the service Using Docker Build docker build -t rose . and run docker run -p 8003:8003 rose