I wrote a Pedestal app that works fine in leinengen repl https://youtu.be/S8N5je3nN0c , but when I do lein run it seems not to work properly, the body-params seems not to get passed from curl to pedestal. Is there a way to bundle pedestal project in some way, run it from my command line and use it as a personal web server?
These would be questions for #leiningen
Thanks will post it there.
The new deps-new template for Pedestal does support this; but it doesn't support Leiningen.
@hlship Do you mean this one http://pedestal.io/pedestal/0.7/guides/embedded-template.html ?
Yes.
Though it is not set up for body params, so that would be something nice to add in 0.7.1.