{"id":24405214,"url":"https://github.com/lenixbyte/django-chatapp","last_synced_at":"2026-06-19T06:32:26.796Z","repository":{"id":272418540,"uuid":"916523930","full_name":"lenixbyte/django-chatapp","owner":"lenixbyte","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-14T10:03:33.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-12T00:47:24.880Z","etag":null,"topics":["chat-application","django","python3","websockets"],"latest_commit_sha":null,"homepage":"https://priyankabhardwaj.pythonanywhere.com/","language":"HTML","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/lenixbyte.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":"2025-01-14T09:09:19.000Z","updated_at":"2025-01-14T10:05:24.000Z","dependencies_parsed_at":"2025-01-14T10:46:57.939Z","dependency_job_id":"36da6dae-646a-4a8f-94d8-da6d18197cb0","html_url":"https://github.com/lenixbyte/django-chatapp","commit_stats":null,"previous_names":["lenixbyte/django-chatapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lenixbyte/django-chatapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenixbyte%2Fdjango-chatapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenixbyte%2Fdjango-chatapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenixbyte%2Fdjango-chatapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenixbyte%2Fdjango-chatapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lenixbyte","download_url":"https://codeload.github.com/lenixbyte/django-chatapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lenixbyte%2Fdjango-chatapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34520431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":["chat-application","django","python3","websockets"],"created_at":"2025-01-20T04:25:58.031Z","updated_at":"2026-06-19T06:32:26.779Z","avatar_url":"https://github.com/lenixbyte.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup Instructions\n\n## Prerequisites\nEnsure that the following are installed on your system:\n1. **Python** (version 3.8 or higher recommended)\n2. **pip** (Python package installer)\n3. **Virtualenv** (optional but recommended for isolating dependencies)\n\n## Steps to Set Up the Project\n\n### 1. Clone the Repository\n```bash\ngit clone https://github.com/lenixbyte/django-chatapp.git\ncd django-chatapp\n```\n\n### 2. Create a Virtual Environment \n```bash\npython -m venv venv\nsource venv/bin/activate   # For Linux/Mac\n```\n\n### 3. Install Dependencies\n```bash\npip install -r requirements.txt\n```\n\n### 4. Apply Migrations\nSet up the database by running the migrations:\n```bash\npython manage.py migrate\n```\n\n### 5. Run the Development Server\nStart the Django development server:\n```bash\npython manage.py runserver\n```\nBy default, the server will run on `http://127.0.0.1:8000`. \n\n## Project Features\n1. **Signup and Login:** Users can register and log in.\n2. **Chat Interface:** A collapsible menu displays all registered users. Logged-in users can initiate chats with others.\n3. **Message History:** Chat messages are stored in the database and retrieved for display.\n4. **WebSocket Support:** Real-time chat functionality enabled via WebSocket.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenixbyte%2Fdjango-chatapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flenixbyte%2Fdjango-chatapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flenixbyte%2Fdjango-chatapp/lists"}