Rest-on-couch client for Node.js and browsers.
docker-compose up -d --build
npm t
rest-on-couch version | roc client version | New supported features |
---|---|---|
v12 | v5.2.0 | - |
v13 | v5.3.0 | find API (mango queries) |
To update the image github actions is using
docker login ghcr.io # use your username and a token with packages write access
docker build --pull rest-on-couch -t ghcr.io/cheminfo/rest-on-couch-client:latest
docker push ghcr.io/cheminfo/rest-on-couch-client:latest