https://github.com/datacite/schnauzer
https://github.com/datacite/schnauzer
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datacite/schnauzer
- Owner: datacite
- License: mit
- Created: 2018-04-18T21:16:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T14:52:54.000Z (over 1 year ago)
- Last Synced: 2025-09-11T10:21:39.390Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 2.2 MB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DataCite re3data internal API
[](https://travis-ci.org/datacite/schnauzer) [](https://codeclimate.com/github/datacite/schnauzer/maintainability) [](https://codeclimate.com/github/datacite/schnauzer/test_coverage)
## Installation
Using Docker.
```bash
docker run -p 8055:80 datacite/schnauzer
```
or
```bash
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:
```bash
bundle exec rspec
```
Follow along via [Github Issues](https://github.com/datacite/schnauzer/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](https://github.com/datacite/schnauzer/blob/master/LICENSE).