chrismin1202 / play-sample

A sample Play Framework project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A sample Play Framework project

License:Apache License 2.0


Languages

Language:Scala 96.8%Language:HTML 3.2%