Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lsegal/couch-todo
A simple TODO app written in Javascript using CouchDB
https://github.com/lsegal/couch-todo
Last synced: about 1 month ago
JSON representation
A simple TODO app written in Javascript using CouchDB
- Host: GitHub
- URL: https://github.com/lsegal/couch-todo
- Owner: lsegal
- Created: 2008-06-20T16:19:58.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T10:17:39.000Z (over 4 years ago)
- Last Synced: 2024-10-14T21:24:57.638Z (3 months ago)
- Homepage:
- Size: 85.9 KB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. Couch TODO
Written by Loren Segal in 2008. License is "steal-me".
h2. INSTALL
Put the index file in any directory in the couch www folder. I
used @todo@This page was written to run from the @/usr/local/share/couch/www@
directory, so you might want to as well. It uses the jquery support
files as well as the stylesheet from the CouchDB utils apps, so if
you don't house the file there you'll need to copy the image, style,
and script directories from there.h2. RUN
Start your couchdb server with @couchdb@, and navigate to (if you
put the file in the @todo@ subdirectory):http://localhost:5984/_utils/todo
It works? Yay!