Skip to content

The todo app from the getting started guide using CouchDB for storing the todo items

Notifications You must be signed in to change notification settings

ghostm/lift-todo-couchdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The todo app from the getting started guide using CouchDB for storing the todo items

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages