Installation
$ git clone https://github.com/acilia-llc/private-keep
$ cd private-keep
$ cp .env_example .env
$ vim .env # Fill in the environment variables requested
$ docker-compose up -d
$ open http://localhost:3000/graphqlLast updated