mojolicious generate gitignore
[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 simple in-memory model 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