Skip to content

gsdiniz/dragons-api

 
 

Repository files navigation

Dragons API

API to register all the dragons around the World. http://wbruno.com.br/nodejs/dragons-api-uma-api-para-todos-os-dragoes-cadastrar/

Build Status node GitHub release License

Listing

http://wbruno.github.io/dragons-api/

Keep your fork up to date

$ git remote add wbruno git@github.com:wbruno/dragons-api.git # do it once
$ git remote -v                                               # just to check the remotes
$ git pull wbruno master                                      # do it always

Development

$ npm install
$ mongod            # up mongodb
$ npm run nodemon   # starts nodemon watch server

Testing

$ npm test          # run jshint and unit tests
$ npm run test-api  # run integration tests

Contributing

Check CONTRIBUTING.md for more information.

About

API to register all the dragons around the World.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.2%
  • CSS 32.7%
  • HTML 14.1%