couchdb_backbone_user_model

A wrapper around the user system _users in CouchDB, so they can be used for authentication in a web app.

Installation

./setup/install.sh

Maintenance

./setup/update.sh

Tests

Create the database couchdb_user_model_testing.

./push.sh

Run tests through test/test.html or mocha through test/test.js.