1.0.7 • Published 9 years ago
test-app-angularjs v1.0.7
test-app-angularjs
install
$ npm install
$ npm postinstallstart
$ npm startdifferent port
$ export PORT=<port>
$ npm starttest
$ npm run testClient-Server API
/rest/images
{
"data":[
{
"src": "...",
"title": "...",
"desc": "..."
},
...
]
}/rest/data/#id
{
"data": {
"text": "...",
"author": "...",
"color": "..."
}
}