{"id":22746453,"url":"https://github.com/puravparab/chattrr","last_synced_at":"2026-04-29T12:34:43.522Z","repository":{"id":157680610,"uuid":"436696431","full_name":"puravparab/Chattrr","owner":"puravparab","description":"A social networking application","archived":false,"fork":false,"pushed_at":"2023-01-07T18:33:36.000Z","size":3716,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T05:23:52.089Z","etag":null,"topics":["django","javascript","python","react","social-network","web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/puravparab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-12-09T17:04:54.000Z","updated_at":"2023-06-13T14:07:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"a18695c5-7fd7-4719-85d5-f092a2585cf9","html_url":"https://github.com/puravparab/Chattrr","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/puravparab/Chattrr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puravparab%2FChattrr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puravparab%2FChattrr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puravparab%2FChattrr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puravparab%2FChattrr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puravparab","download_url":"https://codeload.github.com/puravparab/Chattrr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puravparab%2FChattrr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32426582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T12:24:25.982Z","status":"ssl_error","status_checked_at":"2026-04-29T12:24:24.439Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["django","javascript","python","react","social-network","web"],"created_at":"2024-12-11T02:13:21.105Z","updated_at":"2026-04-29T12:34:43.507Z","avatar_url":"https://github.com/puravparab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://github.com/puravparab/Chattrr/blob/master/public/static/android-chrome-192x192.png?raw=true\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003ch1 align=\"center\"\u003e\n\t\tCHATTRR\n\t\u003c/h1\u003e\n\t\u003cp align=\"center\"\u003e\n\t\tA social media application where users can blurt out their thoughts and listen to the world's chattrr.\n\t\u003c/p\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003ca target=\"_blank\" href=\"https://www.python.org/downloads/\" title=\"Python version\"\u003e\u003cimg src=\"https://img.shields.io/badge/python-%3E=_3.10-green.svg\"\u003e\u003c/a\u003e\n\t\u003ca target=\"_blank\" href=\"LICENSE\" title=\"License: MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"#Installation\"\u003eINSTALLATION\u003c/a\u003e\n\t\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\t\u003ca href=\"#License\"\u003eLICENSE\u003c/a\u003e\n\t\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\t\u003ca href=\"#Screenshots\"\u003eSCREENSHOTS\u003c/a\u003e\n\u003c/p\u003e\n\n# Installation:\n\nClone the respository\n```\n$ git clone https://github.com/puravparab/Chattrr.git\n```\nChange the working directory to Chattrr\n```\n$ cd Chattrr\n```\nInstall pipenv to your machine\n```\n$ pip install --user pipenv\n```\nInstall dependencies from Pipfile\n```\n$ pipenv install\n```\nRun the virtual environment\n```\n$ pipenv shell\n```\nCreate  a file called .env and copy contents from .envtemplate into it.\n\u003cbr\u003e\nUpdate the entries in the .env file.\n```\nSECRET_KEY= \u003ccreate a secret key\u003e\nDEBUG=True\nDJANGO_SETTINGS_MODULE=Chattrr.settings.dev\nALLOWED_HOSTS=localhost 127.0.0.1\n\n\u003cUpdate below values if needed\u003e\nACCESS_TOKEN_LIFETIME= 7200\nREFRESH_TOKEN_LIFETIME= 86400\n\n\u003cAdd your AWS keys\u003e\nAWS_ACCESS_KEY_ID=\nAWS_SECRET_ACCESS_KEY=\nAWS_STORAGE_BUCKET_NAME=\n\nAWS_S3_FILE_OVERWRITE=False\n```\nRun the following commands\n```\n$ python manage.py migrate\n$ python manage.py collectstatic\n```\nThis completes the backend/server configuration.\n\n---\n\nFor the next steps make sure node.js is and npm is installed.\n\u003cbr\u003e\nYou should have at least the following versions if node and npm ae installed.\n```\n$ node -v\nv16.13.1\n\n$ npm -v\nv8.1.2\n```\nInstall dependencies from package.json\n```\n$ npm install\n```\nRun the following command to create a production build\n```\n$ npm run build\n```\nThis completes the frontend/client configuration.\n\n---\n\nAdd a superuser to Django Admin\n```\n$ python manage.py createsuperuser\n```\nRun the server at http://127.0.0.1:8000 or http://localhost:3000\n```\n$ python manage.py runserver\n```\n\n---\n\n# LICENSE\n\nMIT License\n\nCopyright (c) 2022 CHATTRR\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n---\n\nOriginal Creator - [Purav Parab](https://github.com/puravparab)\n\n---\n\n# Screenshots\n\n1. Timeline\n![chattrr-1](https://github.com/puravparab/Chattrr/blob/b2e34640fafb073ecae1ca3ef1fcc33fbc658deb/src/assets/images/chattrr1.png)\n\n2. Timeline\n![chattrr-2](https://github.com/puravparab/Chattrr/blob/b2e34640fafb073ecae1ca3ef1fcc33fbc658deb/src/assets/images/chattrr2.png)\n\n3. User Profile\n![chattrr-3](https://github.com/puravparab/Chattrr/blob/b2e34640fafb073ecae1ca3ef1fcc33fbc658deb/src/assets/images/chattrr3.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuravparab%2Fchattrr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuravparab%2Fchattrr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuravparab%2Fchattrr/lists"}