X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=README;h=dd7aa1383f1a1cbd12ec61f579b57f613b8f0322;hb=fb1b2931cbc0c4eb21e5d06e948cea8a7c8a58f3;hp=094de9cdc43b00f0536b3f33b5ee6f1adc53dd0f;hpb=c90e813ee47c3ac53e141ad4f7990635dcd7332c;p=angular-mojolicious.git diff --git a/README b/README index 094de9c..dd7aa13 100644 --- a/README +++ b/README @@ -13,8 +13,24 @@ This is my attempt to implement REST API described at: http://docs.getangular.com/REST.Basic -using simple in-memory model for experimenting with local datasets using - +using CouchDB HTTP view API + +http://wiki.apache.org/couchdb/HTTP_view_API + +to provide storage for experimenting with local datasets using angular. + + +At it's current stage it provides support for angular $resource get, query and $save + +http://angularjs.org/Service:$resource + + +Server also supports replication using same API which can be triggered with + + http://localhost:3000/_replicate?from=http://dpavlin.getangular.com/data/conference/ + +Replication is currently good only for initial import of data since it doesn't +support incremental replication and dies if data is allready present. Installation: @@ -35,11 +51,10 @@ Start it with: Angular examples available: -- template/Cookbook - examples working against github version of angular -- template/Work - conference submission exaple using REST API server +- template/Cookbook - examples from wiki working against github version of angular +- template/conferece - conference submission example using mojolicious REST API server Planned features: -- data persistence, probably to CouchDB (currently all data is stored in-memory) - run queries against data using REST API (currently only simple get is supported)