{"id":21026587,"url":"https://github.com/jmoussa/chat-app-be","last_synced_at":"2025-05-15T10:31:42.035Z","repository":{"id":48342640,"uuid":"261348683","full_name":"jmoussa/chat-app-be","owner":"jmoussa","description":"Backend for the Chat Application FE repository. A chat room application, that utilizes Python's FastAPI, WebSockets and MongoDB for persistence.","archived":false,"fork":false,"pushed_at":"2024-04-25T05:56:44.000Z","size":343,"stargazers_count":55,"open_issues_count":3,"forks_count":5,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-04-03T07:42:56.883Z","etag":null,"topics":["backend","chat","chat-room","fastapi","mongodb","python","python-fastapi-websockets","webservice","websocket-connection","websockets"],"latest_commit_sha":null,"homepage":"","language":"Python","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/jmoussa.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":"2020-05-05T02:59:25.000Z","updated_at":"2024-07-18T02:07:48.000Z","dependencies_parsed_at":"2024-11-19T11:56:07.614Z","dependency_job_id":"bd3b71b1-bf96-4a08-af8f-9715131f6b92","html_url":"https://github.com/jmoussa/chat-app-be","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/jmoussa%2Fchat-app-be","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoussa%2Fchat-app-be/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoussa%2Fchat-app-be/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmoussa%2Fchat-app-be/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmoussa","download_url":"https://codeload.github.com/jmoussa/chat-app-be/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254322938,"owners_count":22051687,"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":["backend","chat","chat-room","fastapi","mongodb","python","python-fastapi-websockets","webservice","websocket-connection","websockets"],"created_at":"2024-11-19T11:45:21.995Z","updated_at":"2025-05-15T10:31:41.484Z","avatar_url":"https://github.com/jmoussa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat Room App\n\nThis API was built to support the [chat_app_FE](https://github.com/jmoussa/chat_app_FE).\nIn the `/api` folder you will find the routes for rooms and users.\nThis being a FastAPI app, you will also be able to get quick documenatation on the routes and request types after getting it up and running.\n\nThis app uses:\n\n- Anaconda (for Python environemnt management)\n- Python FastAPI+WebSockets [docs](https://fastapi.tiangolo.com/)\n- Pymongo [docs](https://pymongo.readthedocs.io/en/stable/)\n- MongoDB [docs](https://docs.mongodb.com/manual/)\n- AWS S3 (image handling)\n- Twilio (video chat)\n\n## Setting up and running\n\nI've set it up so that you only need to use the `run` script to start.\nBe sure to set the S3 environement variables for access\n\n```bash\nconda env create -f environment.yml\nconda activate chat_app\nexport AWS_SECRET_ACCESS_KEY=...\nexport AWS_ACCESS_KEY_ID=...\ncp config.template.py config.py # edit config.py and fill with your values/credentials\n./run\n```\n\n_For quick API documentation, navigate to `localhost:8000/docs` after starting the server_\n\n## Dependencies \n\nThis app uses a couple of 3rd party resources for all of it's functionality.\n\n- AWS S3 is used for storing the user's profile images and fetching them.\n- Twilio is used for the group video chat capability.\n- MongoDB is used to persist all data to the database.\n\n## Screenshots\n![Login](./screenshots/1.jpg)\n![Lobby](./screenshots/2.jpg)\n![Favorites](./screenshots/3.jpg)\n![Chat Room](./screenshots/4.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmoussa%2Fchat-app-be","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmoussa%2Fchat-app-be","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmoussa%2Fchat-app-be/lists"}