1.0.7 • Published 8 years ago

test-app-angularjs v1.0.7

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

test-app-angularjs

install

$ npm install
$ npm postinstall

start

$ npm start

different port

$ export PORT=<port>
$ npm start

test

$ npm run test

Client-Server API

/rest/images

{
    "data":[
        {
            "src": "...",
            "title": "...",
            "desc": "..."
        },
        ...
    ]
}

/rest/data/#id

{
    "data": {
        "text": "...",
        "author": "...", 
        "color": "..."
        }
}
1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago