data is now in CouchDB
[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
20 Installation:
21
22         git submodule init
23         git submodule update
24
25 Optionally build angular to get single file download
26
27         cd public/angular
28         rake compile
29         cd -
30
31 Start it with:
32
33         ./angular-server.pl daemon --reload  
34
35
36 Angular examples available:
37
38 - template/Cookbook - examples from wiki working against github version of angular
39 - template/Work - conference submission example using mojolicious REST API server
40
41
42 Planned features:
43
44 - run queries against data using REST API (currently only simple get is supported)