document working examples and limitations
[angular-mojolicious.git] / 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)