cargo run -- -p 3000
curl http://localhost:3000
cargo install cargo-watch
cargo watch -x "run -- p 3000"
curl http://localhost:3000
docker-compose -d up
docker-compose -f docker-compose-prod.yaml up --build
docker build -t rust_dockerized_api --target release .