Skip to content

Latest commit

 

History

History
executable file
·
14 lines (8 loc) · 579 Bytes

README.md

File metadata and controls

executable file
·
14 lines (8 loc) · 579 Bytes

Code examples for the REST chapter of the Lift Cookbook

This project contains examples from the Lift Cookbook, online at http://cookbook.liftweb.net/.

To run this application:

  • Install SBT from http://www.scala-sbt.org/

  • Start SBT using sbt (Mac and Linux) or sbt.bat (Windows)

  • In SBT, container:start

There's nothing to see in a browser: these examples work best with cURL or HTTPie.