{"id":13466358,"url":"https://github.com/memoetapp/memoet","last_synced_at":"2025-03-25T21:32:09.513Z","repository":{"id":43269377,"uuid":"341232842","full_name":"memoetapp/memoet","owner":"memoetapp","description":"A self-hosted spaced repetition software","archived":false,"fork":false,"pushed_at":"2023-08-29T06:15:53.000Z","size":1755,"stargazers_count":96,"open_issues_count":8,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-29T19:18:25.188Z","etag":null,"topics":["flashcards","play-quizzes","quiz-app","spaced-repetition-system","supermemo2"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/memoetapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-22T14:45:25.000Z","updated_at":"2024-10-19T20:00:30.000Z","dependencies_parsed_at":"2024-01-18T20:22:51.715Z","dependency_job_id":null,"html_url":"https://github.com/memoetapp/memoet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memoetapp%2Fmemoet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memoetapp%2Fmemoet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memoetapp%2Fmemoet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memoetapp%2Fmemoet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/memoetapp","download_url":"https://codeload.github.com/memoetapp/memoet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245548208,"owners_count":20633536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flashcards","play-quizzes","quiz-app","spaced-repetition-system","supermemo2"],"created_at":"2024-07-31T15:00:42.898Z","updated_at":"2025-03-25T21:32:08.748Z","avatar_url":"https://github.com/memoetapp.png","language":"Elixir","funding_links":[],"categories":["Elixir"],"sub_categories":[],"readme":"# Memoet\n\n[![Memoet CI](https://github.com/memoetapp/memoet/actions/workflows/memoet.yml/badge.svg)](https://github.com/memoetapp/memoet/actions/workflows/memoet.yml)\n\n\n\u003e Play quizzes \u0026 review flashcards to memorize everything using spaced repetition method\n\n## User guide\n\nSee [memoet.gitbook.io](https://memoet.gitbook.io/docs).\n\n## Developer guide\n\n1. Install `asdf`\n\nFollow instructions [here](https://asdf-vm.com/).\n\n2. Install `Rust`\n\nFollow instructions [here](https://www.rust-lang.org/tools/install).\n\n3. Install `erlang`, `elixir` and `nodejs`\n\n```sh\nasdf install\n```\n\n4. Install project dependencies\n\n```sh\nmix deps.get\n(cd assets \u0026\u0026 npm i)\n```\n\n5. Migrate database \u0026 start server\n\n```sh\nmix ecto.setup\nmix phx.server\n```\n\nNow you can visit [`localhost:4000`](http://localhost:4000) from your browser.\n\n## Deployment\n\n- Docker: [docker-compose.yml](./docker-compose.yml).\n\n- Ubuntu: [ubuntu.sh](scripts/ubuntu.sh)\n\n- Heroku: [heroku.sh](scripts/heroku.sh)\n\n### Environment\n\n- Basic setup:\n\n| Environment          | Required? | Why?                                                                |\n|----------------------|-----------|---------------------------------------------------------------------|\n| `SECRET_KEY_BASE`    | Yes       | For cookies encryption, can be generate with `openssl rand -hex 48` |\n| `DATABASE_URL`       | Yes       | For saving stuffs, only Postgres is supported for now               |\n| `DATABASE_SSL`       | No        |                                                                     |\n| `DATABASE_CERT`      | No        |                                                                     |\n| `DATABASE_IPV6`      | No        | For database conn with IP v6                                        |\n\n- For your custom domain:\n\n| Environment             | Example       |\n| ----------------------- | ------------- |\n| `URL_HOST`              | memoet.com    |\n| `URL_PORT`              | 443           |\n| `URL_SCHEMA`            | https         |\n\n- For uploading images to S3:\n\n| Environment             | Example                |\n|-------------------------|------------------------|\n| `AWS_BUCKET_NAME`       | cdn.memoet.com         |\n| `AWS_ACCESS_KEY_ID`     | xxxxxxxxxxxxxxxx       |\n| `AWS_SECRET_ACCESS_KEY` | xxxxxxxxxxxxxxxx       |\n| `AWS_REGION`            | us-east-1              |\n| `AWS_ASSET_HOST`        | https://cdn.memoet.com |\n\n- Extra configuration:\n\n| Environment          | Why?                        |\n|----------------------|-----------------------------|\n| `SENDINBLUE_API_KEY` | For password recovery email |\n| `SENTRY_DSN`         | For error logging           |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemoetapp%2Fmemoet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmemoetapp%2Fmemoet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemoetapp%2Fmemoet/lists"}