API to register all the dragons around the World. http://wbruno.com.br/nodejs/dragons-api-uma-api-para-todos-os-dragoes-cadastrar/
http://wbruno.github.io/dragons-api/
$ git remote add wbruno [email protected]:wbruno/dragons-api.git # do it once
$ git remote -v # just to check the remotes
$ git pull wbruno master # do it always
$ npm install
$ mongod # up mongodb
$ npm run nodemon # starts nodemon watch server
$ npm test # run jshint and unit tests
$ npm run test-api # run integration tests
Check CONTRIBUTING.md for more information.