gr2m / milestones

A GitHub backed Milestone thingy
http://gr2m.github.io/milestones/
69 stars 14 forks source link

hapi-couchdb-store #51

Closed gr2m closed 8 years ago

gr2m commented 9 years ago

CouchDB REST & front-end API

Routes

the front-end client is a pre-configured PouchDBHoodieStore (#56)

var store = new Store('mydb')
store.add({}) // will persist object locally in db "mydb"
store.sync() // will create database at /db/mydb

Repo: https://github.com/hoodiehq/hapi-couchdb-store

gr2m commented 8 years ago

done :ok_hand: https://github.com/hoodiehq/hapi-couchdb-store