7836ced4f044c97452ef5a6e2861a3482cdaefdb
[angular-mojolicious.git] / README
1 REST JSONP server using mojolicious for <angular/>
2
3
4 <angular/>: Complex web apps made simple
5 http://angularjs.org/
6
7
8 mojolicious: the web in the box!
9 http://mojolicious.org/
10
11
12 This is my attempt to implement REST API described at:
13
14 http://docs.getangular.com/REST.Basic
15
16 using CouchDB as storage for experimenting with local datasets using
17 <angular/>
18
19 At it's current stage it provides support for $resource get, query and $save
20
21 http://angularjs.org/Service:$resource
22
23
24
25 Installation:
26
27         git submodule init
28         git submodule update
29
30 Optionally build angular to get single file download
31
32         cd public/angular
33         rake compile
34         cd -
35
36 Start it with:
37
38         ./angular-server.pl daemon --reload  
39
40
41 Angular examples available:
42
43 - template/Cookbook - examples from wiki working against github version of angular
44 - template/conferece - conference submission example using mojolicious REST API server
45
46
47 Planned features:
48
49 - run queries against data using REST API (currently only simple get is supported)