capira-videos / capira-api

Capira RESTful JSON API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Install PHP Dependencies In directory "/api" run: php composer.phar install

##Install Development Tools Install local dev-dependencies: npm install

To test the API you need jasmine-node 2.0: npm install -g jasmine-node@2.0.0-beta4

##Run Tests Run all tests on capira.de: jasmine-node spec --verbose

Run all tests on any server: jasmine-node --config URL "http://<THE API SERVER URL>" spec Example with local MAMP: jasmine-node --config URL "http://localhost:8888" spec

##Build Project for Deployment gulp

##Generate Documentation gulp apidoc

About

Capira RESTful JSON API


Languages

Language:PHP 67.0%Language:JavaScript 21.6%Language:PLpgSQL 10.7%Language:SQLPL 0.5%Language:ApacheConf 0.2%