improve blurb
[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 Start it with:
26
27     ./angular-server.pl daemon --reload  
28