play-scala-rest-api-example
play-scala-rest-api-example copied to clipboard
Example Play Scala application showing REST API
In the readme bin/play-rest-api-example -Dplay.crypto.secret=testing should be ./bin/play-**scala**-rest-api-example -Dplay.crypto.secret=testing
@guilhebl did a bunch of work to add tests -- should cherry-pick to 2.6.x branch before GA. https://github.com/playframework/play-scala-rest-api-example/pulls?q=is%3Apr+author%3Aguilhebl
Use [`PlayService` plugin](https://playframework.com/documentation/2.6.x/Highlights26#PlayService-sbt-plugin-(experimental)) to show how to create a more stripped down REST service.