Scala SBT project with Scalatra, lift-json and ScalaTest.
Launch SBT (embedded in project):
./sbt
(optionally) generate IDEA configuration:
gen-idea
Run tests
~test
Start Jetty server so that it boots after each source file change:
~;container:start; container:reload /
Open http://localhost:8660/api/json/users/1 or
curl http://localhost:8660/api/json/users/1