{"id":21507841,"url":"https://github.com/learncodingeasy/messenger","last_synced_at":"2026-04-08T21:32:16.506Z","repository":{"id":262409044,"uuid":"887141804","full_name":"LearnCodingEasy/Messenger","owner":"LearnCodingEasy","description":"Messenger","archived":false,"fork":false,"pushed_at":"2024-12-02T20:01:41.000Z","size":43002,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T14:50:17.415Z","etag":null,"topics":["axios","corsheaders","css","django","fontawesome5","html5","javascript","pillow","primevue","prisma","pwa","restframework","scss","simplejwt","swiper","tailwindcss","vue3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LearnCodingEasy.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":"2024-11-12T08:37:26.000Z","updated_at":"2024-12-02T20:01:45.000Z","dependencies_parsed_at":"2024-12-02T20:39:58.344Z","dependency_job_id":null,"html_url":"https://github.com/LearnCodingEasy/Messenger","commit_stats":null,"previous_names":["learncodingeasy/messenger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LearnCodingEasy/Messenger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LearnCodingEasy%2FMessenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LearnCodingEasy%2FMessenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LearnCodingEasy%2FMessenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LearnCodingEasy%2FMessenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LearnCodingEasy","download_url":"https://codeload.github.com/LearnCodingEasy/Messenger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LearnCodingEasy%2FMessenger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31575533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["axios","corsheaders","css","django","fontawesome5","html5","javascript","pillow","primevue","prisma","pwa","restframework","scss","simplejwt","swiper","tailwindcss","vue3"],"created_at":"2024-11-23T20:39:46.765Z","updated_at":"2026-04-08T21:32:16.487Z","avatar_url":"https://github.com/LearnCodingEasy.png","language":"Python","readme":"# Messenger\n\n## Description\n\n- 🌟 Interactive User Interface: Designed using Vue.js for a smooth and engaging user experience.\n- 💬 Instant Messaging Support: Allows real-time sending and receiving of messages.\n- 🔐 Identity Verification: Uses Django REST Framework SimpleJWT for secure login and identity verification.\n- 👤 User Management: Enables account creation and management of user profiles.\n- 🛎️ Notifications: Users receive notifications for new messages.\n- 🎨 Interface Customization: Tailwind and PrimeVue libraries used for customizable design and user experience.\n- 📱 PWA Support: Installable as a Progressive Web App (PWA) on mobile devices.\n- 🔍 Search Capability: Easily search conversations or users.\n\n# Preview Website Image\n\n![This is an image](https://raw.githubusercontent.com/LearnCodingEasy/Messenger/refs/heads/main/messenger_vue/src/assets/Images/Login_white.png)\n![This is an image](https://raw.githubusercontent.com/LearnCodingEasy/Messenger/refs/heads/main/messenger_vue/src/assets/Images/Login_dark.png)\n# FrontEnd Language\n\n1. Vue\n2. Html\n3. Css\n4. Javascript\n\n# Vue Libraries\n\n1. - 1️⃣ Tailwind\n2. - 2️⃣ PrimeVue\n3. - 3️⃣ scss\n4. - 4️⃣ Axios\n5. - 5️⃣ Fontawesome\n6. - 6️⃣ Pwa\n7. - 7️⃣ Prism\n8. - 8️⃣ Swiper\n\n# BackEnd Language\n\n1. Django\n\n# Django Libraries\n\n1. - 🌐 Django Rest Framework\n2. - 🔒 Django Rest Framework Simplejwt 🛡️\n3. - 🌍 Django Cors Headers 🔗\n4. - 🖼️ pillow 📷\n\n# Plugins\n\n- Name [Demo](https://learncodingeasy.github.io/RepositoryName/dist/index.html)\n\n# Website Demo\n\nLink [Demo](https://learncodingeasy.github.io/RepositoryName/dist/index.html)\n\n## 📦 Django\n\n- 🚀 Activate Virtual Environment 🔋\n\n```cmd\nmessenger_virtual_environment\\Scripts\\activate\n```\n\n- Go To\n\n```cmd\ncd messenger_django\n```\n\n- Modifications To Models File\n\n```cmd\npython manage.py makemigrations\n```\n\n- Modifications To The Database\n\n```cmd\npython manage.py migrate\n```\n\n- Run Project\n\n```cmd\npython manage.py runserver\n```\n\n### 🖥️ Vue\n\n- Go To\n\n```cmd\ncd messenger_vue\n```\n\n```cmd\nnpm run dev\n```\n\n```cmd\nnpm run build\n```\n\n### 🖥️ Vue Press\n\n- Go To\n\n```cmd\ncd messenger_vuepress\n```\n\n```cmd\nnpm run docs:dev\n```\n\n___\n\n###### 📝 Create File Gitignore\n\n\n```\n.gitignore\n```\n\n###### 🖊️ Write Inside File\n\n```\nnode_modules/\n```\n\n###### 📋 Review changes and formulate change action\n\n```cmd\ngit status\n```\n\n###### 📂 Add all new and changed files to the Staging Area.\n\n```\ngit add *\n```\n\n###### 💾 This command sends the file from the Staging Area to the Local Repo.\n\n```cmd\ngit commit -m \"Commit Explain Code\"\n```\n\n###### 🌐 This command sends files from (Local Repo) to (Remote Repo).\n\n```cmd\ngit push origin main\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearncodingeasy%2Fmessenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flearncodingeasy%2Fmessenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearncodingeasy%2Fmessenger/lists"}