Skip to content

inspirehep/invenio-records-rest

 
 

Repository files navigation

Invenio-Records-REST

REST API for Invenio-Records.

To run the project:

Create a virtual environment and install the dependencies:

$ pyenv virtualenv records-rest
$ pyenv activate records-rest
$ pip install -e ".[all,opensearch2]"

and run the tests

$ docker-compose up -d
$ ./run-tests.sh

About

Invenio records REST API module.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%