{"id":20677438,"url":"https://github.com/manuelgeek/chat-app","last_synced_at":"2026-04-27T03:31:43.287Z","repository":{"id":40566617,"uuid":"448030575","full_name":"manuelgeek/chat-app","owner":"manuelgeek","description":"A simple chat App with mix app","archived":false,"fork":false,"pushed_at":"2023-05-01T06:04:00.000Z","size":66,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T15:09:42.236Z","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/manuelgeek.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":"2022-01-14T16:17:34.000Z","updated_at":"2023-01-31T19:27:26.000Z","dependencies_parsed_at":"2025-01-17T14:52:01.570Z","dependency_job_id":"af5dfe30-6520-4f47-872b-d5c6e995b2bd","html_url":"https://github.com/manuelgeek/chat-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manuelgeek/chat-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelgeek%2Fchat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelgeek%2Fchat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelgeek%2Fchat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelgeek%2Fchat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manuelgeek","download_url":"https://codeload.github.com/manuelgeek/chat-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelgeek%2Fchat-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32321374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-16T21:15:34.638Z","updated_at":"2026-04-27T03:31:43.269Z","avatar_url":"https://github.com/manuelgeek.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChatApp\n\nChatApp is a Stream Based API service used to create Chat Applications\n\n## Installation\n\nMake sure you have [Erlang](https://www.erlang.org/), [Elixir](https://elixir-lang.org/) and [PostgreSQL](https://www.postgresql.org/). The current versions of Erlang and Elixir are defined in [.tool-versions](/.tool-versions).\n\nChange into the `chat_app/` directory and run the following commands:\n\n### Setup \n`cp config/dev.smple.exs config/dev.exs`\n\n### Install Dependencies and run\n\n```shell\nmix deps.get\n# sets up db and seeds sample data\nmix ecto.reset\nmix run --no-halt\n```\n\nAccess on\n\n`http://localhost:4000`\n\n\n### API doc\nhttps://documenter.getpostman.com/view/3385291/UVXjJvdH\n\n### Usage\nLogin on `/login` or register with  `/register` then use the `auth_token` value as a `authorization` header with subsequent  API calls.\n\nWeb socket subscribes to POST:  `http://localhost:4000/ws/chat`\n```json\n{ \"message\" : \"your message here\" }\n```\n\n### Tests\n\nCheck `config/test.exs` for Test ENV config. To run test, run;\n\n```mix test```\n\n## What I could have done better\nGiven more time, I would have;\n- Added more test coverage\n- Added CI deployment script\n- Figure out adding route scope macro for plug routes\n- Check deeply into cowboy web sockets\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuelgeek%2Fchat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanuelgeek%2Fchat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuelgeek%2Fchat-app/lists"}