An open API service indexing awesome lists of open source software.

https://github.com/will-wow/rerem-elixir

End-to-end encrypted note-taking application, Elixir server
https://github.com/will-wow/rerem-elixir

e2e-encryption elixir

Last synced: about 1 year ago
JSON representation

End-to-end encrypted note-taking application, Elixir server

Awesome Lists containing this project

README

          

# Rerem Elixir

The Elixir backend for [Rerem](https://rerem.surge.sh), a totally anonymous, totally encrypted notes service.

## Links

- The backlog is in a [Rerem note](https://rerem.surge.sh/notes/89332d0a-b737-4789-a9af-c1cf6441ef56#?access=eyJrIjoiRnAwejBXcml3K1huMCtaYXFqKzNFUT09IiwicyI6Imh0dHBzOi8vcmVyZW0uZ2lnYWxpeGlyYXBwLmNvbS9hcGkifQ%3D%3D)

- [Frontend](https://github.com/will-wow/rerem-client)

## Development

To start your Phoenix server:

* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).

## Deploy

```bash
git push gigalixir master
```

If required

```bash
gigalixir ps:migrate
```