landru29 / rest-api-mongoo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About


Languages

Language:JavaScript 69.5%Language:CSS 26.8%Language:HTML 3.7%