{"id":26490247,"url":"https://github.com/khalid9080/blissbonds","last_synced_at":"2026-04-09T01:31:19.460Z","repository":{"id":281692010,"uuid":"946110484","full_name":"Khalid9080/BlissBonds","owner":"Khalid9080","description":"BlissBonds is a full-stack matrimonial website developed using the MERN stack (MongoDB, Express.js, React.js, Node.js). It provides users with a seamless platform to find their perfect match, interact with premium members, share success stories, and manage their profiles efficiently.","archived":false,"fork":false,"pushed_at":"2025-04-03T19:16:15.000Z","size":3399,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:30:31.226Z","etag":null,"topics":["axios","express-js","html","javascript","material-tailwind","mongodb","nodejs","npm-package","reactjs","rest-api","tailwindcss","tanstack-query"],"latest_commit_sha":null,"homepage":"https://bliss-bonds.web.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/Khalid9080.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-10T16:16:11.000Z","updated_at":"2025-04-03T19:16:19.000Z","dependencies_parsed_at":"2025-04-01T19:35:31.762Z","dependency_job_id":"2766ff23-1d76-4ff1-900a-f6086c3a1bbb","html_url":"https://github.com/Khalid9080/BlissBonds","commit_stats":null,"previous_names":["khalid9080/blissbonds"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Khalid9080/BlissBonds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khalid9080%2FBlissBonds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khalid9080%2FBlissBonds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khalid9080%2FBlissBonds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khalid9080%2FBlissBonds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Khalid9080","download_url":"https://codeload.github.com/Khalid9080/BlissBonds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khalid9080%2FBlissBonds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"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","express-js","html","javascript","material-tailwind","mongodb","nodejs","npm-package","reactjs","rest-api","tailwindcss","tanstack-query"],"created_at":"2025-03-20T07:57:30.682Z","updated_at":"2026-04-09T01:31:19.419Z","avatar_url":"https://github.com/Khalid9080.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# BlissBonds - Matrimony Website 💍❤️\n\n## Description\nBlissBonds is a full-stack matrimonial website developed using the MERN stack (MongoDB, Express.js, React.js, Node.js). It provides users with a seamless platform to find their perfect match, interact with premium members, share success stories, and manage their profiles efficiently.\n\n🔗 **Live Site:** [BlissBonds](https://bliss-bonds.web.app)\n\n---\n\n## Features 🚀\n- 🏆 **Premium Memberships**: Exclusive access to premium members with verified profiles.\n- 📜 **Success Stories**: Share and read real-life love stories.\n- 🔍 **Advanced Search**: Filter profiles based on preferences.\n- 📊 **Admin Dashboard**: Manage users, premium approvals, and contact requests.\n- 🔄 **Secure Payments**: Integrated payment gateway for premium memberships.\n- 🔗 **Responsive UI**: Fully optimized for both desktop and mobile.\n- 🛡️ **User Authentication**: Secure login and registration system.\n\n---\n\n## Tech Stack 🛠️\n- **Frontend**: React.js, Tailwind CSS, Material Tailwind\n- **Backend**: Node.js, Express.js\n- **Database**: MongoDB\n- **Authentication**: Firebase Auth\n- **Payment Gateway**: Stripe\n\n---\n\n## Installation \u0026 Setup 🏗️\n1. **Clone the Repository**\n   ```sh\n   git clone https://github.com/yourusername/BlissBonds.git\n   cd BlissBonds\n   ```\n\n2. **Install Dependencies**\n   ```sh\n   npm install\n   ```\n\n3. **Set Up Environment Variables**\n   Create a `.env` file in the root directory and add your environment variables:\n   ```env\n   MONGO_URI=your_mongo_database_url\n   FIREBASE_API_KEY=your_firebase_api_key\n   STRIPE_SECRET_KEY=your_stripe_secret_key\n   ```\n\n4. **Run the Application**\n   ```sh\n   npm run dev\n   ```\n\n---\n\n## Folder Structure 📂\n```\nBlissBonds/\n│── client/        # Frontend (React.js)\n│── server/        # Backend (Node.js, Express.js)\n│── models/        # Database Models (MongoDB)\n│── routes/        # API Routes\n│── controllers/   # Business Logic\n│── utils/         # Utility Functions\n│── .env           # Environment Variables\n│── package.json   # Dependencies\n│── README.md      # Documentation\n```\n\n---\n\n## Contribution 🤝\nWe welcome contributions! To contribute:\n1. Fork the repo.\n2. Create a new branch (`git checkout -b feature-branch`)\n3. Commit your changes (`git commit -m 'Add new feature'`)\n4. Push to the branch (`git push origin feature-branch`)\n5. Open a Pull Request\n\n---\n\n## License 📜\nThis project is licensed under the MIT License. Feel free to modify and use it as needed!\n\n🚀 **Start your journey to find your perfect match with BlissBonds today!** 💕\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhalid9080%2Fblissbonds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhalid9080%2Fblissbonds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhalid9080%2Fblissbonds/lists"}