{"id":18822321,"url":"https://github.com/atulsingh11-0/real-time-chat-app","last_synced_at":"2025-09-02T20:33:50.129Z","repository":{"id":219803628,"uuid":"742551901","full_name":"AtulSingh11-0/Real-Time-Chat-App","owner":"AtulSingh11-0","description":"A Real time chat application made by our group with the help of django and its dependencies for our 4th sem full stack python web dev training","archived":false,"fork":false,"pushed_at":"2024-02-01T04:18:03.000Z","size":327,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-08T00:49:22.859Z","etag":null,"topics":["4th-semester","asgi-server","backend","bootstrap5","channels","chat-application","daphne","django","front-end","full-stack-python","fullstack-development","html-css-javascript","p2p","python-web-development","python3","training","video-call"],"latest_commit_sha":null,"homepage":"","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/AtulSingh11-0.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-01-12T18:23:39.000Z","updated_at":"2024-09-27T12:31:25.000Z","dependencies_parsed_at":"2024-02-01T05:38:40.917Z","dependency_job_id":null,"html_url":"https://github.com/AtulSingh11-0/Real-Time-Chat-App","commit_stats":null,"previous_names":["atulsingh11-0/real-time-chat-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtulSingh11-0%2FReal-Time-Chat-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtulSingh11-0%2FReal-Time-Chat-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtulSingh11-0%2FReal-Time-Chat-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtulSingh11-0%2FReal-Time-Chat-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtulSingh11-0","download_url":"https://codeload.github.com/AtulSingh11-0/Real-Time-Chat-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231810746,"owners_count":18430003,"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":["4th-semester","asgi-server","backend","bootstrap5","channels","chat-application","daphne","django","front-end","full-stack-python","fullstack-development","html-css-javascript","p2p","python-web-development","python3","training","video-call"],"created_at":"2024-11-08T00:48:56.016Z","updated_at":"2024-12-30T03:48:11.981Z","avatar_url":"https://github.com/AtulSingh11-0.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Real-Time-Chat-App using Django Channels \n\n## Project Overview\n\nThis Real-time Chat App is built with Django Channels and Daphne, providing users with a seamless and interactive real-time communication experience. The frontend is designed using Bootstrap, HTML, and CSS for a responsive and user-friendly interface.\n\n## Features\n\n- Real-time chat functionality\n- User authentication and authorization\n- Multi-room support\n- online P2P video call\n\n## Technologies Used\n\n- Django\n- Django Channels\n- Daphne (ASGI server)\n- Bootstrap\n- HTML, CSS, JavaScript\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/your-username/realtime-chat-app.git\n```\n\n2. Navigate to the project directory:\n\n```bash\ncd Real-Time-Chat-App\n```\n\n3. Install dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n4. Apply database migrations:\n\n```bash\npython manage.py makemigrations\npython manage.py migrate\n```\n\n5. Start the Daphne server with runserver Command:\n\n```bash\npython manage.py runserver\n```\n\n6. Open your web browser and go to [http://localhost:8000/](http://localhost:8000/) to access the app.\n\n## Configuration\n\n### Database Configuration\n\nUpdate the database configuration in the `settings.py` file.\n\n```python\n# settings.py\n\nDATABASES = {\n    'default': {\n        'ENGINE': 'django.db.backends.sqlite3',\n        'NAME': BASE_DIR / \"db.sqlite3\",\n    }\n}\n```\n\n## Usage\n\n1. Create a superuser account:\n\n```bash\npython manage.py createsuperuser\n```\n\n2. Run the Daphne server:\n\n```bash\npython manage.py runserver\n```\n\n3. Open your web browser and go to [http://localhost:8000/admin/](http://localhost:8000/admin/) to log in with the superuser credentials.\n\n4. Create chat rooms and manage users through the Django admin interface.\n\n5. Open multiple browser tabs to simulate different users and start chatting in real-time.\n\n## Acknowledgments\n\n- Special thanks to the Django and Django Channels communities for their excellent documentation and support.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatulsingh11-0%2Freal-time-chat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatulsingh11-0%2Freal-time-chat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatulsingh11-0%2Freal-time-chat-app/lists"}