{"id":19590531,"url":"https://github.com/mudssrali/keep","last_synced_at":"2026-04-07T08:01:34.155Z","repository":{"id":70981683,"uuid":"434858293","full_name":"mudssrali/keep","owner":"mudssrali","description":"a simple elixir-phoenix react todo application","archived":false,"fork":false,"pushed_at":"2021-12-16T16:47:10.000Z","size":569,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-03T16:19:54.235Z","etag":null,"topics":["absinthe-graphql","docker","docker-compose","ecto-schemas","elixir","elixir-phoenix","genserver","liveview","phoenix-framework","postgres","reactjs","tailwindcss","todoapp","typescript"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mudssrali.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-04T09:27:27.000Z","updated_at":"2022-01-22T20:14:19.000Z","dependencies_parsed_at":"2023-05-02T16:00:56.888Z","dependency_job_id":null,"html_url":"https://github.com/mudssrali/keep","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mudssrali/keep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudssrali%2Fkeep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudssrali%2Fkeep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudssrali%2Fkeep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudssrali%2Fkeep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mudssrali","download_url":"https://codeload.github.com/mudssrali/keep/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudssrali%2Fkeep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["absinthe-graphql","docker","docker-compose","ecto-schemas","elixir","elixir-phoenix","genserver","liveview","phoenix-framework","postgres","reactjs","tailwindcss","todoapp","typescript"],"created_at":"2024-11-11T08:25:10.906Z","updated_at":"2026-04-07T08:01:34.132Z","avatar_url":"https://github.com/mudssrali.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keep - Simple Notes\n\nA simple todo app build using `Elixir-Phoenix` with `Postgres` on the backend and ReactJS on frontend\n\n## Running Application with Docker-Compose\n\nIf you have `docker` and `docker-compose` installed on your machine, execute following command\n\n\u003e sudo docker-compose up --build\n\nNow you can visit [`localhost:3000`](http://localhost:3000) from your browser\n\n## Running Application as Standalone Services\n\nTo start your Phoenix server:\n\n  * Change directory to `server`\n  * Install dependencies with `mix deps.get`\n  * Create and migrate your database with `mix ecto.setup`\n  * Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`\n\nNow you can visit [`localhost:4000`](http://localhost:4000) from your browser\n\nTo start your ReactJS client:\n\n  * Change directory to  `client`\n  * Install dependencies with `npm install`\n  * Start ReactJS client with `npm start`\n\nNow you can visit [`localhost:3000`](http://localhost:3000) from your browser\n\nCreate and run postgres `db` inside docker container\n\n```bash\ndocker run -p 5432:5432 -d \\\n    --name keep-app \\\n    -e POSTGRES_DB=keep_dev \\\n    -e POSTGRES_PASSWORD=postgres \\\n    -e POSTGRES_USER=postgres \\\n    -v /docker/keep-app/db:/var/lib/postgresql/data \\\n    postgres:14.1\n```\n\nGet into running docker container\n\n```bash\ndocker exec -it keep-app psql -U postgres -d keep_dev\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudssrali%2Fkeep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmudssrali%2Fkeep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudssrali%2Fkeep/lists"}