couchapp
v0.11.0
Published
Utilities for building CouchDB applications.
Downloads
1,426
Readme
Installation
Install node.
Install npm.
app.js example:
Local development server example.
Start the server:
couchapp serve app.js http://localhost:5984/example_db -p 3000 -l -d attachments
Now you can access your couchapp at http://localhost:3000/ . Code, hack and when you are happy with the result simply do:
couchapp push app.js http://localhost:5984/example_db