/play-sample

A sample Play Framework project

Primary LanguageScalaApache License 2.0Apache-2.0

play-sample

play-sample contains a simple Play Framework example.

More details to come.

How to Run

First, compile

sbt compile

You can optionally, clean:

sbt clean compile

Run locally

sbt run

or to run after (re)compiling

sbt clean compile run

Go to Swagger and play with the endpoints.Alternatively, you can use curl or Postman.


Run tests

sbt test

or to run tests after (re)compiling

sbt clean compile test

License

This code is under the Apache Licence v2.