{"id":28235884,"url":"https://github.com/omkar4965/quillconnect","last_synced_at":"2025-06-10T09:30:49.262Z","repository":{"id":257441954,"uuid":"858272370","full_name":"Omkar4965/QuillConnect","owner":"Omkar4965","description":"Developed \"QuillConnect,\" a full-stack social media web application enabling user account creation, posting, following, liking, commenting, and real-time chatting using WebSockets.","archived":false,"fork":false,"pushed_at":"2024-10-05T12:50:44.000Z","size":8468,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T23:12:43.124Z","etag":null,"topics":["firebase","mern-stack","mongodb","socket-io"],"latest_commit_sha":null,"homepage":"https://quill-connect-git-main-omkar4965s-projects.vercel.app/","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/Omkar4965.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,"zenodo":null}},"created_at":"2024-09-16T15:59:20.000Z","updated_at":"2025-05-01T05:38:13.000Z","dependencies_parsed_at":"2024-09-18T09:59:50.591Z","dependency_job_id":null,"html_url":"https://github.com/Omkar4965/QuillConnect","commit_stats":null,"previous_names":["omkar4965/sharefun","omkar4965/quillconnect"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omkar4965%2FQuillConnect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omkar4965%2FQuillConnect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omkar4965%2FQuillConnect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omkar4965%2FQuillConnect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Omkar4965","download_url":"https://codeload.github.com/Omkar4965/QuillConnect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omkar4965%2FQuillConnect/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259047894,"owners_count":22797616,"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":["firebase","mern-stack","mongodb","socket-io"],"created_at":"2025-05-18T23:12:42.137Z","updated_at":"2025-06-10T09:30:49.237Z","avatar_url":"https://github.com/Omkar4965.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuillConnect Documentation\n## 1. Introduction\nQuillConnect is a social media platform where users can:\nCreate accounts.\nPost images, text, or both.\nFollow and interact with other users by liking and commenting on posts.\nChat with users in real-time through a WebSocket-powered chat system.\nManage a profile page displaying personal details, posts, and followers/following.\n## 2. Technology Stack\nFront-end: React with Chakra UI for responsive and reusable components.\nBack-end: Node.js with Express for API management.\nDatabase: MongoDB for storing users, posts, comments, and follower/following relationships.\nReal-time Communication: Socket.IO for live chat and displaying online friends.\nHosting: Vercel for front-end hosting.\n## 3. Features and Implementation\n### 3.1 User Authentication\nCurrent Setup: Basic login and registration forms. No added security mechanisms such as JWT or OAuth are implemented yet.\nFuture Improvement: For enhanced security, consider implementing token-based authentication using JWT or OAuth for session management.\n### 3.2 Profile Management\nUsers can view their profile, which includes:\nProfile picture.\nCover picture.\nPersonal information (editable via a form).\nList of their posts.\nDisplay of followers and followings.\nImplementation:\nProfile editing is handled through a simple form, allowing users to update their details.\nChanges are submitted via API calls to the backend, where they are updated in MongoDB.\n### 3.3 Posts\nUsers can post content in the form of text, images, or a combination of both.\nImage Upload:\nImages are uploaded without any size or format restrictions.\nNo additional optimizations for file storage or compression are implemented yet.\nFuture Improvement: Consider adding file size limits or optimizations to ensure performance on larger uploads.\n### 3.4 Followers and Following\nEach user has two arrays in their database schema:\nFollowers: Stores the user IDs of those following the user.\nFollowing: Stores the user IDs of users that the current user is following.\nImplementation: Following/unfollowing is implemented through API calls that update these arrays in MongoDB.\n### 3.5 Real-time Chat\nImplementation: Real-time chat is powered by Socket.IO, which allows users to exchange messages instantly.\nOnline Friends: Users who are online are displayed on the homepage through a WebSocket connection.\n### 3.6 UI Design\nThe interface is designed using Chakra UI, which provides reusable, responsive components that simplify front-end development.\nUser Experience: The UI provides a clean and minimal design, ensuring a seamless user experience across devices.\n### 3.7 Hosting\nThe front-end of QuillConnect is hosted on Vercel, providing fast and reliable deployment.\nNo CI/CD pipelines have been set up, but this could be a future enhancement to streamline deployment processes.\n## 4. Areas for Improvement\n### Security: Implement token-based authentication like JWT and OAuth.\n### Image Handling: Add file size and format restrictions to improve performance.\n### Notifications: Implement real-time notifications for likes, comments, and new messages.\n### Scalability: Introduce caching mechanisms and consider load balancing strategies as the platform grows.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomkar4965%2Fquillconnect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomkar4965%2Fquillconnect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomkar4965%2Fquillconnect/lists"}