akka-http-realworld-example icon indicating copy to clipboard operation
akka-http-realworld-example copied to clipboard

Postman example

Open kali786516 opened this issue 2 years ago • 0 comments

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

kali786516 avatar Aug 08 '22 16:08 kali786516