bdunnette / angular-couch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-couch

Install with

couchapp push . http://localhost:5984/example

or (if you have security turned on)

couchapp push . http://adminname:adminpass@localhost:5984/example

You can also create this app by running

couchapp generate example && cd example
couchapp push . http://localhost:5984/example

About

License:MIT License


Languages

Language:JavaScript 81.2%Language:CSS 18.8%