CornerCouch example by replicating CouchDB Guestbook
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?
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 ?
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.
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 :)