A demonstrative web shell for AntidoteDB.
Requirements: node.js 8, npm, Antidote.
To build it: make (or npm install).
To run it with a local cluster of Docker containers: make run.
To start a local Docker deployment of AntidoteDB: docker-compose -f docker/docker-antidote-3dcs.yml up.
To run the web server (which will listen on localhost:3000): DEBUG=antidote-web-shell:* npm start.
It uses the AntidoteDB configuration specified in config.js.