{"id":18868334,"url":"https://github.com/buuntu/fastapi-chat","last_synced_at":"2025-04-14T14:31:49.334Z","repository":{"id":38962231,"uuid":"250085922","full_name":"Buuntu/fastapi-chat","owner":"Buuntu","description":"Chat Application using FastAPI and WebSockets","archived":false,"fork":false,"pushed_at":"2022-06-01T23:57:28.000Z","size":54,"stargazers_count":8,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T03:51:12.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Buuntu.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}},"created_at":"2020-03-25T20:36:44.000Z","updated_at":"2025-03-06T04:30:04.000Z","dependencies_parsed_at":"2022-09-19T15:04:59.754Z","dependency_job_id":null,"html_url":"https://github.com/Buuntu/fastapi-chat","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/Buuntu%2Ffastapi-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buuntu%2Ffastapi-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buuntu%2Ffastapi-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Buuntu%2Ffastapi-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Buuntu","download_url":"https://codeload.github.com/Buuntu/fastapi-chat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248897217,"owners_count":21179559,"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":[],"created_at":"2024-11-08T05:13:24.441Z","updated_at":"2025-04-14T14:31:48.911Z","avatar_url":"https://github.com/Buuntu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI Chat\n\nAn example chat application using FastAPI, React, and WebSockets.\nIt uses no persistence so all of the chat information is stored in\nmemory.  However postgres is configured as a docker container so should\nbe easy to add persistence.\n\n## Features\n- **FastAPI** with Python 3.8\n- **React 16** with Typescript, Redux, and react-router\n\n## Development\n\nThe only dependencies for this project should be docker and docker-compose.\n\n### Quick Start\nStarting the project with hot-reloading enabled \n(the first time it will take a while):\n```\ndocker-compose up -d\n```\n- Backend will be at http://localhost:8888\n- Auto-generated docs at \nhttp://localhost:8888/docs\n- Frontend at http://localhost:8000\n\n\n### Frontend Development\nAlternatively to running inside docker, it can sometimes be easier \nto use npm directly for quicker reloading.  To run using npm:\n```\ncd frontend\nnpm install\nnpm start\n```\nThis should redirect you to http://localhost:3000\n\n## Testing\n```\ndocker-compose run backend pytest\n```\n\n## Logging\n```\ndocker-compose logs\n```\n\nOr for a specific service:\n```\ndocker-compose logs -f name_of_service # frontend|backend|db\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuuntu%2Ffastapi-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuuntu%2Ffastapi-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuuntu%2Ffastapi-chat/lists"}