Simple demo to know how to develop an API with Play Framework in Scala.
- Scala 2.13.8
- Java versions SE 8 through SE 11, inclusive
- sbt - the latest version is recommended
- Any API client to send HTTP requests, like :
Compile the application with sbt
cd ScalaPlayApi
ScalaPlayApi $ sbt compile
git clone https://github.com/yannickcpnv/ScalaPlayApi.git
cd ScalaPlayApi
sbt run
For available commands see the Play console documentation