This is an example project to illustrate end-to-end encryption with Rails and openpgp.js. See the blogpost at https://jensravens.com/e2e-encryption-with-rails/ for a full exaplanation on how this works.
- spin up postgres via
docker-compose up
- install dependencies with
yarn
andbundle
- start the server via
rails s