akka-http-realworld-example
akka-http-realworld-example copied to clipboard
Postman example
Hi,
Can you please add postman get, push examples for this repo below is one example; at least the curl example will do the job.
Check this readme.MD file for example https://github.com/queirozfcom/akka-http-docker-minimal-seed
curl -v -X POST http://localhost:8080/bank -H 'Content-Type: application/json'\ -d '{"user":"rcardin", "currency":"EUR", "balance": 1000.0}'
Thanks Sri