Skip to content

datacite/schnauzer

Repository files navigation

DataCite re3data internal API

Build Status Maintainability Test Coverage

Installation

Using Docker.

docker run -p 8055:80 datacite/schnauzer

or

docker-compose up

You can now point your browser to http://localhost:8055 and use the application. Most API endpoints require authentication.

Development

We use Rspec for testing:

bundle exec rspec

Follow along via Github Issues.

Note on Patches/Pull Requests

  • Fork the project
  • Write tests for your new feature or a test that reproduces a bug
  • Implement your feature or make a bug fix
  • Do not mess with Rakefile, version or history
  • Commit, push and make a pull request. Bonus points for topical branches.

License

Schnauzer is released under the MIT License.