Skip to content

Latest commit

 

History

History
executable file
·
28 lines (15 loc) · 653 Bytes

README.md

File metadata and controls

executable file
·
28 lines (15 loc) · 653 Bytes

Summary

Scala SBT project with Scalatra, lift-json and ScalaTest.

Setup

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

Learn more about Scalatra and lift-json