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
- Host: GitHub
- URL: https://github.com/will-wow/rerem-elixir
- Owner: will-wow
- Created: 2019-08-24T02:03:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T00:55:12.000Z (over 6 years ago)
- Last Synced: 2025-02-05T14:45:40.960Z (over 1 year ago)
- Topics: e2e-encryption, elixir
- Language: Elixir
- Homepage: https://rerem.surge.sh
- Size: 36.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```