CornerCouch icon indicating copy to clipboard operation
CornerCouch copied to clipboard

CornerCouch example by replicating CouchDB Guestbook

Open StigLau opened this issue 12 years ago • 3 comments

One approach for getting started and understanding AngularJS + CornerCouch + CouchDB (the one I'm trying) is replicating http://eddelplus.iriscouch.com/gbook1 into ones own Couch instance, and modifying the example to ones own content. Has anyone tried this approach and documented the steps for getting a working result?

StigLau avatar May 21 '13 12:05 StigLau

I just tried to do the same and seems replication is not authorized. Is the code of the guest book visible somewhere as an example ?

nsteinmetz avatar Jun 02 '13 19:06 nsteinmetz

I got replication working a coupe of weeks ago directly from futons replication in cloudant. All the sourcecode is accesible if you read from index.html and extract each .js file. However, it would be nicer if the guestbook project was a source code example in github.

StigLau avatar Jun 03 '13 12:06 StigLau

Thanks StigLau for your answer.

I tried from localhost ; maybe it comes from here.

Regarding source code, my point was more to be sure that there were not some generated code based on something else and to have the whole workflow: views, shows, lists, etc to have both the frontend & "backend" code.

I also agree the guestbook should be available somewhere on github :)

nsteinmetz avatar Jun 04 '13 18:06 nsteinmetz