{"id":28282859,"url":"https://github.com/keyur22/swipe","last_synced_at":"2026-04-13T04:05:10.558Z","repository":{"id":289452569,"uuid":"971301918","full_name":"keyur22/swipe","owner":"keyur22","description":"Swipe is a web application that facilitates user matchmaking using a swipe-based interface, with integrated real-time chat functionality and notifications for seamless user interaction.","archived":false,"fork":false,"pushed_at":"2025-05-11T07:08:21.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T06:36:08.783Z","etag":null,"topics":["expressjs","javascript","mongodb","nodejs","reactjs","socket-io","typescript","zustand"],"latest_commit_sha":null,"homepage":"https://swipe-0704.onrender.com","language":"TypeScript","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/keyur22.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":"2025-04-23T10:09:33.000Z","updated_at":"2025-05-11T07:08:43.000Z","dependencies_parsed_at":"2025-04-23T11:25:18.670Z","dependency_job_id":"a9e31a4b-97b9-44c7-9872-b7bffc836fc5","html_url":"https://github.com/keyur22/swipe","commit_stats":null,"previous_names":["keyur22/swipe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/keyur22/swipe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyur22%2Fswipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyur22%2Fswipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyur22%2Fswipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyur22%2Fswipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keyur22","download_url":"https://codeload.github.com/keyur22/swipe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyur22%2Fswipe/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264171850,"owners_count":23567763,"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":["expressjs","javascript","mongodb","nodejs","reactjs","socket-io","typescript","zustand"],"created_at":"2025-05-21T16:13:43.255Z","updated_at":"2026-04-13T04:05:05.296Z","avatar_url":"https://github.com/keyur22.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 📋 \u003ca name=\"table\"\u003eTable of Contents\u003c/a\u003e\n\n1. 🤖 [Introduction](#introduction)\n2. ⚙️ [Tech Stack](#tech-stack)\n3. 🔋 [Features](#features)\n4. 🤸 [Setup](#setup)\n\n## \u003ca name=\"introduction\"\u003e🤖 Introduction\u003c/a\u003e\n\nSwipe is a web application that facilitates user matchmaking using a swipe-based interface, with integrated real-time chat functionality and notifications for seamless user interaction.\n\n## \u003ca name=\"tech-stack\"\u003e⚙️ Tech Stack\u003c/a\u003e\n\n- Web Technologies: HTMl, CSS, JavaScript, TypeScript\n- CSS Frameworks: Tailwind CSS\n- JS Frameworks: ReactJS, NodeJS, ExpressJS\n- Databases: MongoDB\n- State Management: Zustand\n- Routing: React Router\n- Real time communication: Socket.IO\n\n## \u003ca name=\"features\"\u003e🔋 Features\u003c/a\u003e\n\n👉 **Login/Registration**: Users can create a new account or authenticate with existing credentials to access the platform, ensuring user data protection and enabling personalized experiences.\n\n👉 **Swipe through user profiles to find matches**: Users can view and interact with profiles using a swipe-based interface (left to pass, right to like).\n\n👉 **Real time alert notification on matching**: Matching is triggered when two users mutually like each other, and alert is sent to both the users.\n\n👉 **Use real-time messaging to communicate with matches**: A built-in chat system allowing users to exchange messages instantly upon matching, enabled using WebSockets.\n\n👉 **Enjoy interactive features like emoji support and notifications**: Users can enhance conversations with emoji reactions for a more expressive experience. Instant notifications alert users of new matches, messages, and activity updates.\n\n## \u003ca name=\"setup\"\u003e🤸 Setup\u003c/a\u003e\n\nFollow these steps to set up the project locally on your machine.\n\n**Prerequisites**\n\nMake sure you have the following installed on your machine:\n\n- [Git](https://git-scm.com/)\n- [Node.js](https://nodejs.org/en)\n- [npm](https://www.npmjs.com/) (Node Package Manager)\n\n**Cloning the Repository**\n\n```bash\ngit clone https://github.com/keyur22/swipe.git\ncd swipe\n```\n\n**Installation**\n\nInstall the project dependencies using npm:\n\n```bash\nnpm install\ncd client \u0026\u0026 npm install\n```\n\n**Set Up Environment Variables**\n\nCreate a new file named `.env` in the root of your project and add the following content:\n\n```env\nPORT=5000\nMONGO_URI=your_mongodb_connection_string\nJWT_SECRET=your_jwt_secret\nNODE_ENV=development or production\nCLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name\nCLOUDINARY_API_KEY=your_cloudinary_api_key\nCLOUDINARY_API_SECRET=your_cloudinary_api_secret\n\nCLIENT_URL=your localhost:PORT\n```\n\n**Running the Project**\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser to view the project.\n\nThe app should now be running on [http://localhost:3000](http://localhost:3000) (client/frontend) and [http://localhost:5173](http://localhost:5173) (server/backend).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyur22%2Fswipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeyur22%2Fswipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyur22%2Fswipe/lists"}