{"id":21258673,"url":"https://github.com/praveen1664/elixir-phonix-webapp","last_synced_at":"2026-04-25T18:32:19.045Z","repository":{"id":218409696,"uuid":"470453569","full_name":"praveen1664/Elixir-Phonix-WebApp","owner":"praveen1664","description":"This is a web app developed using Elixir-Phonix","archived":false,"fork":false,"pushed_at":"2022-12-06T19:38:25.000Z","size":447,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-15T06:35:27.546Z","etag":null,"topics":["elixir","elixir-lang","erlang","phoenix","phoenix-framework"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/praveen1664.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}},"created_at":"2022-03-16T06:04:03.000Z","updated_at":"2024-10-03T18:33:27.000Z","dependencies_parsed_at":"2024-01-21T20:16:42.885Z","dependency_job_id":null,"html_url":"https://github.com/praveen1664/Elixir-Phonix-WebApp","commit_stats":null,"previous_names":["praveen1664/elixir-phonix-webapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/praveen1664/Elixir-Phonix-WebApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveen1664%2FElixir-Phonix-WebApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveen1664%2FElixir-Phonix-WebApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveen1664%2FElixir-Phonix-WebApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveen1664%2FElixir-Phonix-WebApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/praveen1664","download_url":"https://codeload.github.com/praveen1664/Elixir-Phonix-WebApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveen1664%2FElixir-Phonix-WebApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32273213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: 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":["elixir","elixir-lang","erlang","phoenix","phoenix-framework"],"created_at":"2024-11-21T04:10:07.299Z","updated_at":"2026-04-25T18:32:19.027Z","avatar_url":"https://github.com/praveen1664.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meb app using elixir\n\n## First Time Setup\n\nIt is recommended to use a version manager like https://github.com/asdf-vm/asdf to handle Elixir and Erlang versions.\n\nAfter installing asdf, simply add the required plugins and install the versions used for this project:\n```\nasdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git\nasdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir\n\nasdf install elixir 1.12\nasdf install erlang 24.2\n```\n\nYou can then run the following to set the correct versions:\n```\nasdf global elixir 1.12\nasdf global erlang 24.2\n```\n\n### Possible Issues with Install\n\n- **Erlang Installation Failed but Reinstallation Fails due to Existing Build**\n\nSolution: Use TextEdit to remove the lines related to the failed version in `.asdf/plugins/erlang/kerl-home/otp_builds` and `.asdf/plugins/erlang/kerl-home/otp_installations`\n\nhttps://github.com/asdf-vm/asdf/issues/562#issuecomment-628613034\nhttps://github.com/asdf-vm/asdf-erlang/issues/143#issuecomment-628453296\n\n- **Erlang OTP 24 Compilation error**\n\nSolution: Install `openssl` and `wxmac` using `homebrew` in a **non-Rosetta Terminal**\n\nhttps://github.com/asdf-vm/asdf-erlang/issues/207#issuecomment-883216342\n\n### Starting the local server\n\nTo start your Phoenix server:\n\n  * Install dependencies with `mix deps.get`\n  * Install frontend dependencies with `cd assets \u0026\u0026 npm install`\n  * Create and migrate your database with `mix ecto.setup`\n  * Start Phoenix endpoint with `mix phx.server`\n\nNow you can visit [`localhost:4000`](http://localhost:4000) from your browser.\n\n**Sanity check:** Make sure `iex -S mix`, `mix compile` and `mix test` can run without any issues\n\n### Running tests\n\n- mix test or mix test path_to_file.exs\n\n### Running coverage by excoveralls\n\n- mix coveralls (the vanilla output on console)\n- mix coveralls.detail - [More info](https://github.com/parroty/excoveralls#mix-coverallsdetail-show-coverage-with-detail)\n- mix coveralls.html - [More info](https://github.com/parroty/excoveralls#mix-coverallshtml-show-coverage-as-html-report)\n\n---\n\n⚠️ To run all the features properly you may need to setup up locally the env varibles, if needed ask someone help to get those\n\nOnce you got the env variables follow the steps:\n\n- Create an `.env` file on the root of the project\n- Paste the content you copy with a coworker\n- Run `source .env`\n- Restart the app\n\n## Seeding your local database\n\nThere are a handful of static drchrono schema records in `priv/repo/seeds.exs` that can be used to populate your local database. To seed your database run `mix run priv/repo/seeds.exs`.\n\n## Deployment\n\nTODO\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraveen1664%2Felixir-phonix-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraveen1664%2Felixir-phonix-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraveen1664%2Felixir-phonix-webapp/lists"}