{"id":16777660,"url":"https://github.com/aryamanz29/pychat","last_synced_at":"2026-04-17T05:03:41.564Z","repository":{"id":132872106,"uuid":"368246692","full_name":"Aryamanz29/PyChat","owner":"Aryamanz29","description":"PyChat : AN OPENSOURCE PRIVATE CHAT ROOM 💬","archived":false,"fork":false,"pushed_at":"2021-12-19T17:18:26.000Z","size":527,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T05:44:18.079Z","etag":null,"topics":["ajax","bootstrap","chat-application","chatroom","django","opensource"],"latest_commit_sha":null,"homepage":"https://project-py-chat.herokuapp.com/","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/Aryamanz29.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":"2021-05-17T16:06:55.000Z","updated_at":"2022-08-07T14:41:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e5743e6-333a-4ab4-a859-548e3c6c8efb","html_url":"https://github.com/Aryamanz29/PyChat","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/Aryamanz29%2FPyChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aryamanz29%2FPyChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aryamanz29%2FPyChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aryamanz29%2FPyChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aryamanz29","download_url":"https://codeload.github.com/Aryamanz29/PyChat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243918631,"owners_count":20368745,"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":["ajax","bootstrap","chat-application","chatroom","django","opensource"],"created_at":"2024-10-13T07:25:28.297Z","updated_at":"2026-04-17T05:03:41.514Z","avatar_url":"https://github.com/Aryamanz29.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ePyChat 💬\u003c/h1\u003e\n\n![-------------------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/56113566/146683798-b4cc1ee0-e951-47f5-b448-56456d4732ce.png\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ci\u003e\u003cstrong\u003e\"AN OPENSOURCE PRIVATE CHAT ROOM\"\u003c/i\u003e\n\u003c/p\u003e\n\n\n\n\n\n![-------------------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)\n\n## Tech Stack 🚀 :\n\n- 1. Django \n\n- 2. Bootrap\n\n- 3. Ajax\n\n- 3. SQL Database\n\n\n![-------------------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)\n\n## Setup 👨‍💻:\n\n\n### 1.Virtual Environment Setup :\n\n##### For Linux :\n\n```bash\npython3 -m venv env \nsource env/bin/activate\n```\n##### For Windows :\n\n```bash\npy -m venv env\nenv\\Scripts\\activate\n```\n\n![-------------------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)\n\n#### 2. Installing Dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n![-------------------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)\n\n#### 3. Create Database Tables and Superuser:\n\n```bash\nNote: For Windows Users Replace python3 with python\n\npython3 manage.py makemigrations\npython3 manage.py migrate\npython3 manage.py createsuperuser\n```\n\n![-------------------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)\n\n\n## Working Screenshots 🕵 :\n\n![Screenshot from 2021-12-19 22-37-27](https://user-images.githubusercontent.com/56113566/146684242-7af3aaa2-e445-4708-a36d-7bd14b347234.png)\n\n\u003cp align=\"center\"\u003e\n\n\u003cimg height=\"600\" src=\"https://user-images.githubusercontent.com/56113566/146684086-aaccd917-3f34-4a81-86ea-6996163769f2.png\"\u003e\n\n\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\n\u003cimg height=\"600\" width=\"600\" src=\"https://user-images.githubusercontent.com/56113566/146684087-eb188534-75f3-4149-9adb-3a73dc211835.png\"\u003e\n\n\n\u003c/p\u003e\n\n![-------------------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faryamanz29%2Fpychat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faryamanz29%2Fpychat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faryamanz29%2Fpychat/lists"}