implement _couchdb_get to get stored entries back
[angular-mojolicious.git] / README
diff --git a/README b/README
index 0699a37..442a527 100644 (file)
--- a/README
+++ b/README
@@ -19,10 +19,27 @@ using simple in-memory model for experimenting with local datasets using
 
 Installation:
 
-    git submodule init
-    git submodule update
+       git submodule init
+       git submodule update
+
+Optionally build angular to get single file download
+
+       cd public/angular
+       rake compile
+       cd -
 
 Start it with:
 
-    ./angular-server.pl daemon --reload  
+       ./angular-server.pl daemon --reload  
+
+
+Angular examples available:
+
+- template/Cookbook - examples from wiki working against github version of angular
+- template/Work - 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)