Skip to content

ThreeCO/memoet

 
 

Repository files navigation

Memoet

Memoet CI

Play quizzes & review flashcards to memorize everything using spaced repetition method

User guide

See memoet.gitbook.io.

Developer guide

  1. Install asdf

Follow instructions here.

  1. Install Rust

Follow instructions here.

  1. Install erlang, elixir and nodejs
asdf install
  1. Install project dependencies
mix deps.get
(cd assets && npm i)
  1. Migrate database & start server
mix ecto.setup
mix phx.server

Now you can visit localhost:4000 from your browser.

Deployment

Environment

  • Basic setup:
Environment Required? Hints
SECRET_KEY_BASE Yes Used for Cookie, should be at least 30 chars long
DATABASE_URL Yes
DATABASE_SSL No
DATABASE_CERT No
  • For your custom domain:
Environment Example
URL_HOST memoet.com
URL_PORT 443
URL_SCHEMA https
  • For uploading images to S3:
Environment Example
AWS_BUCKET_NAME cdn.memoet.com
AWS_ACCESS_KEY_ID xxxxxxxxxxxxxxxx
AWS_SECRET_ACCESS_KEY xxxxxxxxxxxxxxxx
AWS_REGION us-east-1
AWS_ASSET_HOST https://cdn.memoet.com
  • Extra configuration:
Environment Info
SENDINBLUE_API_KEY For password recovery
SENTRY_DSN For error logging

Hosted version

memoet.manhtai.com

About

A self-hosted spaced repetition software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 59.1%
  • HTML 24.8%
  • Rust 12.3%
  • JavaScript 1.4%
  • SCSS 1.4%
  • Shell 0.8%
  • Other 0.2%