Rails API application for managing DataCite providers, clients, prefixes and DOIs. The API is based on the JSONAPI specification.
Using Docker.
docker run -p 8065:80 datacite/lupo
or
docker-compose up
You can now point your browser to http://localhost:8065 and use the application. Some API endpoints require authentication.
We use Rspec for testing:
bundle exec rspec
Note when using a fresh test database you will need to instantiate the test db with:
bundle exec rake db:create RAILS_ENV=test
Follow along via Github Issues.
Lupo is released under the MIT License.
Content type
Image
Digest
Size
889.6 MB
Last updated
over 7 years ago
docker pull kgarza/lupo