/Play-Framework-API

Play framework sandbox project in Scala

Primary LanguageScala

Scala Play Api Demo

Simple demo to know how to develop an API with Play Framework in Scala.

Requirements

Installation

Compile the application with sbt

cd ScalaPlayApi
ScalaPlayApi $ sbt compile

Run Locally

git clone https://github.com/yannickcpnv/ScalaPlayApi.git
cd ScalaPlayApi
sbt run

Usage

For available commands see the Play console documentation