A sample implementation of async messenger in Symfony frameworke and integrate it with Docker
make build_server
make i
make up
curl -H "Content-type: application/json" 'http://0.0.0.0:8080/report/orders' -X POST -d '{"name": "salar", "email": "[email protected]"}'
{"message":"report sent to salar email: [email protected]"}
Then open and check http://0.0.0.0:1080/ the Mailcatcher endpoin