document working examples and limitations
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 6 Nov 2010 17:00:17 +0000 (18:00 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 6 Nov 2010 17:00:17 +0000 (18:00 +0100)
README

diff --git a/README b/README
index d6287ff..094de9c 100644 (file)
--- a/README
+++ b/README
@@ -32,3 +32,14 @@ Start it with:
 
        ./angular-server.pl daemon --reload  
 
+
+Angular examples available:
+
+- template/Cookbook - examples working against github version of angular
+- template/Work - conference submission exaple using 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)