Install Java, Simple Build Tool, and Git Clone this repository with: git clone git://github.com/ghostm/lift-todo-couchdb.git Then cd into lift-todo-couchdb and type: sbt At the sbt prompt, type: update Then: jetty-run Make sure CouchDB is running Point your browser to: http://localhost:8080/ Voila: Lift's ToDo app using CouchDB
ghostm/lift-todo-couchdb
The todo app from the getting started guide using CouchDB for storing the todo items
Scala