{"id":24333372,"url":"https://github.com/ericgitangu/elixir-phoenix-discussions-app","last_synced_at":"2026-04-24T13:32:14.482Z","repository":{"id":224178569,"uuid":"762541145","full_name":"ericgitangu/elixir-phoenix-discussions-app","owner":"ericgitangu","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-26T12:11:22.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-20T00:14:19.112Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ericgitangu.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":"2024-02-24T02:16:36.000Z","updated_at":"2024-02-24T02:16:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a5ce7c7-344d-4a61-b518-e1a0503be605","html_url":"https://github.com/ericgitangu/elixir-phoenix-discussions-app","commit_stats":null,"previous_names":["ericgitangu/elixir-phoenix-discussions-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericgitangu/elixir-phoenix-discussions-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericgitangu%2Felixir-phoenix-discussions-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericgitangu%2Felixir-phoenix-discussions-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericgitangu%2Felixir-phoenix-discussions-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericgitangu%2Felixir-phoenix-discussions-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericgitangu","download_url":"https://codeload.github.com/ericgitangu/elixir-phoenix-discussions-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericgitangu%2Felixir-phoenix-discussions-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32225733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":[],"created_at":"2025-01-18T03:15:17.681Z","updated_at":"2026-04-24T13:32:14.478Z","avatar_url":"https://github.com/ericgitangu.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elixir Phoenix Discussions App\n\n## Description\n\nThis is an Elixir Phoenix application for discussions.\n\n## Folder Structure\n\n- `conf`: Contains configuration files for the app.\n- `lib`: Contains source code files for the application logic.\n- `priv`: Contains private application files (e.g., assets, templates).\n- `test`: Contains test files for the application.\n\n## Installation\n\nTo set up and run this application, you need to follow these steps:\n\n1. Clone the repository: `git clone https:/github.com/ericgitangu/elixir-phoenix-discussions-app`\n2. Install dependencies: `mix deps.get`\n3. Create and migrate the database: `mix ecto.setup`\n4. Start the Phoenix server: `mix phx.server`\n\n## Usage\n\nTo use the application, follow these steps:\n\n1. Access the application at `http://https://elixir-phoenix-discuss.fly.dev/:4000`\n2. Sign up or log in with Github to start viewing and participating in discussions - Topics, comments.\n\n## Examples\n\n### Creating a Discussion\n\nelixir iex\u003e discussion = %Discussion{title: \"New discussion\", body: \"This is a new discussion\"} iex\u003e {:ok, _} = Discussions.create_discussion(discussion)\n\n### Adding a Comment to a Discussion\n\nelixir iex\u003e discussion_id = 1 iex\u003e comment = %Comment{body: \"This is a comment\"} iex\u003e {:ok,_} = Discussions.add_comment(discussion_id, comment)\n\n## Contributing\n\nContributions are welcome! To contribute to this project, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch: `git checkout -b feature/branch-name`\n3. Make your changes and commit them: `git commit -am 'Add some feature'`\n4. Push the changes to your fork: `git push origin feature/branch-name`\n5. Submit a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericgitangu%2Felixir-phoenix-discussions-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericgitangu%2Felixir-phoenix-discussions-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericgitangu%2Felixir-phoenix-discussions-app/lists"}