{"id":18899304,"url":"https://github.com/sachnaror/chatapi","last_synced_at":"2026-03-01T21:30:17.350Z","repository":{"id":227352865,"uuid":"771180102","full_name":"sachnaror/ChatAPI","owner":"sachnaror","description":"This Django Chat App demonstrates real-time communication using Django Channels and WebSockets. It's a showcase project for those interested in building live interactive features into their web applications, leveraging the power of Django and Redis.","archived":false,"fork":false,"pushed_at":"2024-03-12T21:06:26.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-31T09:14:58.234Z","etag":null,"topics":["chat","chat-application","chatbot","chatgpt-api"],"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/sachnaror.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}},"created_at":"2024-03-12T20:42:36.000Z","updated_at":"2024-05-04T00:05:20.000Z","dependencies_parsed_at":"2024-03-12T22:04:57.862Z","dependency_job_id":null,"html_url":"https://github.com/sachnaror/ChatAPI","commit_stats":null,"previous_names":["sachnaror/chatapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachnaror%2FChatAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachnaror%2FChatAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachnaror%2FChatAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachnaror%2FChatAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sachnaror","download_url":"https://codeload.github.com/sachnaror/ChatAPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239879307,"owners_count":19712176,"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":["chat","chat-application","chatbot","chatgpt-api"],"created_at":"2024-11-08T08:46:11.329Z","updated_at":"2026-03-01T21:30:17.283Z","avatar_url":"https://github.com/sachnaror.png","language":"Python","readme":"# Django Chat App Project (Using Channels)\n\nThis project is a basic real-time chat application built using the Django framework and Django Channels. It showcases the use of WebSockets for real-time communication between clients and server.\n\n## Getting Started\n\nThese instructions will guide you through setting up the project on your local machine for development and testing purposes.\n\n### Prerequisites\n\nBefore you start, ensure you have installed:\n\n- Python 3.8 or higher\n- Redis 5.0 or higher\n\n### Setting Up the Development Environment\n\n1. **Clone the Repository**\n\n   ```bash\n   git clone https://github.com/sachnaror/ChatAPI\n   cd ChatAPI\n   ```\n\n2. **Create and Activate a Virtual Environment**\n\n   - For Unix or MacOS:\n\n     ```bash\n     python3 -m venv venv\n     source venv/bin/activate\n     ```\n\n   - For Windows:\n\n     ```bash\n     python -m venv venv\n     .\\venv\\Scripts\\activate\n     ```\n\n3. **Install the Requirements**\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Database Migrations**\n\n   Apply the database migrations to your local database.\n\n   ```bash\n   python manage.py migrate\n   ```\n\n5. **Run the Redis Server**\n\n   Ensure the Redis server is running on your local machine. This project assumes Redis is running on its default port (6379).\n\n   ```bash\n   redis-server\n   ```\n\n6. **Start the Django Development Server**\n\n   ```bash\n   python manage.py runserver\n   ```\n\n7. **Access the Application**\n\n   Open your web browser and navigate to \u003chttp://localhost:8000\u003e to start using the chat application.\n\n## Acknowledgments\n\n- **Django Channels** for providing the real-time WebSocket communication framework.\n- **Redis** for the efficient messaging and storage solution.\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsachnaror%2Fchatapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsachnaror%2Fchatapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsachnaror%2Fchatapi/lists"}