Skip to content

HivemindTechnologies/play-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play Framework Sample Application

This is a Scala project for the blog article about Scala HTTP libraries. It provides a simple example on how to use https://www.playframework.com/documentation/3.0.x/Home library.

SBT commands

Clean project files

This will clean the compilation files (*.class) from the project:

sbt clean

Compiling the project files

The following command will compile the main project files:

sbt compile

Running the tests

This will execute all the tests in the project:

sbt test

Running the Application

As usual in a sbt application, the server can be started by typing:

sbt run

About

A Play Framework Example for the Scala HTTP libraries article

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published