{"id":32465648,"url":"https://github.com/dineshssdn-867/chat_app","last_synced_at":"2026-04-30T08:38:30.783Z","repository":{"id":43261668,"uuid":"381052528","full_name":"dineshssdn-867/Chat_app","owner":"dineshssdn-867","description":"This is a Django and React chat app","archived":false,"fork":false,"pushed_at":"2022-03-11T08:55:38.000Z","size":2039,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-30T08:38:21.931Z","etag":null,"topics":["digitalocean","docker","docker-compose","nginx"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dineshssdn-867.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":"2021-06-28T14:04:33.000Z","updated_at":"2021-11-19T23:39:40.000Z","dependencies_parsed_at":"2022-08-29T18:50:42.368Z","dependency_job_id":null,"html_url":"https://github.com/dineshssdn-867/Chat_app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dineshssdn-867/Chat_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshssdn-867%2FChat_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshssdn-867%2FChat_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshssdn-867%2FChat_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshssdn-867%2FChat_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dineshssdn-867","download_url":"https://codeload.github.com/dineshssdn-867/Chat_app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshssdn-867%2FChat_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32459420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["digitalocean","docker","docker-compose","nginx"],"created_at":"2025-10-26T13:58:04.232Z","updated_at":"2026-04-30T08:38:30.778Z","avatar_url":"https://github.com/dineshssdn-867.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \n\u003cimg src=\"https://camo.githubusercontent.com/24cec635191128fc504cfaa08de7eecde66eac9cefeb939e8d6c49a1c592ba36/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f64696e65736873636c6f75642f696d6167652f75706c6f61642f76313632323733333135312f35373136353863643265633436356130386532646332636633303235383032335f6f33687234782e706e67\"\u003e\n  \n\u003c/div\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n\n[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n#  D's Chat App Backend ✨\n\nPersonal Project - D's Chat App Backend\n\n## Demo💻\n\n[Demo](https://d-s-chat.web.app/login)\n\n## Environment Variables⚙\n\nTo run this project, you will need to add the following environment variables to a .env file at the root of the project\n\n\n- `AWS_KEY` : Your aws key for S3\n\n- `AWS_SECRET_KEY` : Your secret aws key for S3\n\n- `CACHE_USERNAME` : Operator of cache username\n\n- `CACHE_PASSWORD` : Password of cache service password\n\n## Run Locally🚀\n\nClone the project\n\n```bash\n  git clone https://github.com/dineshssdn-867/Chat_app.git\n```\n\nGo to the project directory\n\n```bash\n  cd Chat_app\n```\n\nCreate Environement and install dependencies\n\n```bash\npython m venv env\nenv\\Scripts\\activate\npip install -r requirements.txt\n```\n\nMake migrations and start the server\n\n```bash\n  python manage.py makemigrations\n  python manage.py migrate\n  python manage.py runserver\n```\n\n## Features🧾\n\nYou can register as a user\n\u003cdetails\u003e\n  \u003csummary\u003eFor User\u003c/summary\u003e\n  \n  - Login and Register.\n  - Chat with anyone like direct message to anyone in this app.\n  - Update your profile.\n\u003c/details\u003e\n\n\n## Tech Stack👨‍💻\n\n**Backend:** Django, AWS S3, Nginx, Caching Services, Certbot, Docker, Docker-compose, Cloudflare, Digitalocean\n\n[emoji key](https://allcontributors.org/docs/en/emoji-key)\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/dineshssdn-867\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/66898317?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDinesh Nariani\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/dineshssdn-867/DIM/commits?author=dineshssdn-867\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/dineshssdn-867/DIM/commits?author=dineshssdn-867\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#design-dineshssdn-867\" title=\"Design\"\u003e🎨\u003c/a\u003e \u003ca href=\"#maintenance-dineshssdn-867\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"#projectManagement-dineshssdn-867\" title=\"Project Management\"\u003e📆\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdineshssdn-867%2Fchat_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdineshssdn-867%2Fchat_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdineshssdn-867%2Fchat_app/lists"}