Simple Bones test app. Hover over top right corner of web site to log in. Once logged in, create users and documents from admin bar (top).
- node v0.4.9
- npm
- CouchDB
- Build application with
npm install
- Set up databases with
./index.js install
- Create a user with
./index.js user add administrator admin@example.com secretpw
- Start application
./index.js
See ./index.js --help