#API

##Installation Create the following configuration files (taking example on the samples):

  • fixtures/config.json
  • src/config.json
  • doc/src/config.json

Then launch these commandes:

npm install -g grunt-cli
npm install -g bower
npm install
cd doc && npm install && bower install && cd ..

##Test the API npm test

##Launch the API npm start

##Build the API grunt

##Launch the interactive documentation cd doc grunt serve

##Build the interactive documentation cd doc grunt serve

##Source code architecture todo