unfiltered-demo-json

A simple implementation of RESTful/JSON services using Unfiltered.

Unfiltered is a toolkit for servicing HTTP requests in Scala.(http://unfiltered.databinder.net/)

Before starting the following, please make sure you have the following softwares installed on your computer: SBT 0.12.0 or Maven 3.0.4 GIT(optional)

You can run the following commands to start the Jetty container:

sbt run
mvn scala:run