{"id":21843756,"url":"https://github.com/akshaypatra/chat-application","last_synced_at":"2026-04-12T13:44:00.067Z","repository":{"id":255688271,"uuid":"851155643","full_name":"akshaypatra/Chat-Application","owner":"akshaypatra","description":"Chatting application made using django and react","archived":false,"fork":false,"pushed_at":"2024-09-07T10:59:57.000Z","size":39633,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-27T08:42:10.321Z","etag":null,"topics":["bootstrap","django","django-rest-framework","materila-ui","reactjs"],"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/akshaypatra.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":"2024-09-02T14:26:48.000Z","updated_at":"2024-09-07T11:00:00.000Z","dependencies_parsed_at":"2025-01-26T11:39:48.478Z","dependency_job_id":null,"html_url":"https://github.com/akshaypatra/Chat-Application","commit_stats":null,"previous_names":["akshaypatra/chat-application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akshaypatra/Chat-Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshaypatra%2FChat-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshaypatra%2FChat-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshaypatra%2FChat-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshaypatra%2FChat-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akshaypatra","download_url":"https://codeload.github.com/akshaypatra/Chat-Application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshaypatra%2FChat-Application/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260134158,"owners_count":22963856,"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":["bootstrap","django","django-rest-framework","materila-ui","reactjs"],"created_at":"2024-11-27T22:16:17.023Z","updated_at":"2026-04-12T13:43:55.013Z","avatar_url":"https://github.com/akshaypatra.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"creating virtual environment using venv  for django project\n-\u003e  python3 -m venv my_venv\n\n\n\n## For Backend file :\n\n1.to activate :\n\n-\u003e  source my_venv/bin/activate\n\nNote:  After activating , use pip3 to install packages\n\n2.to deactivate :\n-\u003e  deactivate\n\n\n3.list of packages installed are (use :  -\u003e    pip3 install package_name) :\n\n1.djangorestframework\n2.channels\n3.channels-redis\n4.pyjwt\n5.django-cors-headers\n6.daphne\n\n\n4.to update requirements.txt  :\n-\u003e pip3 freeze \u003e requirements.txt\n\n\n#to install and run redis\n-\u003ebrew install redis\n-\u003ebrew services start redis\n\nto check \n-\u003eredis-cli ping\n\nto stop\n-\u003ebrew services stop redis\n\nto run manually\n-\u003eredis-server\n\n\n\n## WEBSOCKET Testing\n\nTo check websocke is working or not\ngo to websocketking and \nput this \n-\u003e  ws://127.0.0.1:8000/ws/chat/2/?token=  {authtoken}  \n\n\nadd this to send a message\n{\n    \"message\":\"websocket test\"\n}\n\n\n\n## FOR FRONTEND :\n\n- To start the app \n -\u003e npm start\n\n INSTALLATIONS (FOR users :   npm i dependencies   (it will install all the packages)) :\n\n + using material UI\n -\u003e  npm install @mui/material @emotion/react @emotion/styled\n\n + using Bootstrap for components\n -\u003e npm i bootstrap@5.3.3\n\n + axios for api requests\n -\u003e npm i axios\n\n + react-router \n -\u003e npm i react-router-dom\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshaypatra%2Fchat-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakshaypatra%2Fchat-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshaypatra%2Fchat-application/lists"}