{"id":16327913,"url":"https://github.com/manzil-infinity180/xf-registration","last_synced_at":"2025-03-22T22:31:25.373Z","repository":{"id":208697325,"uuid":"709994846","full_name":"manzil-infinity180/Xf-Registration","owner":"manzil-infinity180","description":"Create Your Portfolio URL","archived":false,"fork":false,"pushed_at":"2024-10-05T19:36:23.000Z","size":13466,"stargazers_count":2,"open_issues_count":6,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-11T23:12:58.602Z","etag":null,"topics":["express","hacktoberfest","javascript","jwt-authentication","jwt-token","mailtrap","mongodb","mongodb-atlas","mongoose","multer","nodejs","nodemailer","passportjs"],"latest_commit_sha":null,"homepage":"https://xf-frontend.onrender.com","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/manzil-infinity180.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}},"created_at":"2023-10-25T19:43:58.000Z","updated_at":"2024-10-05T19:36:27.000Z","dependencies_parsed_at":"2024-03-23T14:24:33.358Z","dependency_job_id":null,"html_url":"https://github.com/manzil-infinity180/Xf-Registration","commit_stats":null,"previous_names":["manzil-infinity180/xf-registration"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manzil-infinity180%2FXf-Registration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manzil-infinity180%2FXf-Registration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manzil-infinity180%2FXf-Registration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manzil-infinity180%2FXf-Registration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manzil-infinity180","download_url":"https://codeload.github.com/manzil-infinity180/Xf-Registration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221840391,"owners_count":16889794,"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":["express","hacktoberfest","javascript","jwt-authentication","jwt-token","mailtrap","mongodb","mongodb-atlas","mongoose","multer","nodejs","nodemailer","passportjs"],"created_at":"2024-10-10T23:13:03.526Z","updated_at":"2024-10-28T14:28:46.875Z","avatar_url":"https://github.com/manzil-infinity180.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xf-Registration\n\n[![GitHub Repository](https://img.shields.io/badge/GitHub-Xf--Registration__frontend-blue?style=flat-square\u0026logo=github)](https://github.com/manzil-infinity180/Xf-Registration_frontend)\n\n## Introduction\n\nXf-Registration is a comprehensive user registration and management system designed to streamline the onboarding process and enhance user interaction. This project offers a robust set of features for user registration, profile management, and user discovery.\n\n### Key Features\n\n- **User Registration with Email Notification**\n  - Automated email confirmation upon successful registration\n  ```\n  Subject: 'Xf Registration Successfully Completed 🦾'\n  Message: 'Thank you for registering with Xf. You can now explore the platform.'\n  ```\n\n- **Advanced User Search**\n  - Find users based on skills, username, postal code, or college name\n  - Proximity-based search using radius, latitude, and longitude\n\n- **Profile Management**\n  - Update phone number and username\n  - Upload and manage profile photo and background image\n  - Secure image storage using multer package\n\n- **Account Actions**\n  - User registration\n  - Profile updates\n  - Account deletion\n\n- **OAuth Integration**\n  - Seamless authentication with GitHub\n\nFor detailed API documentation, please visit our [Postman Documentation](https://documenter.getpostman.com/view/27140962/2s9YeD8D4V).\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have Node.js and npm installed on your system.\n\n### Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/manzil-infinity180/Xf-Registration_frontend.git\n   cd Xf-Registration_frontend\n   ```\n\n2. Install dependencies:\n   ```\n   npm install express nodemailer nodemon passport passport-github validate validator express-session jsonwebtoken mongodb mongoose multer passport-google-oauth crypto-js\n   ```\n\n3. Configure environment variables:\n   - Create a `config.env` file in the root directory\n   - Add necessary environment variables (refer to `config_example`)\n\n4. Start the application:\n   ```\n   npm start\n   ```\n\n## Feature Showcase\n\n### GitHub OAuth Authentication\n\n![GitHub OAuth Login](https://github.com/manzil-infinity180/Xf-Registration/assets/119070053/24d34cd0-34d9-46fb-b1e2-dacce1e6e74e)\n![GitHub OAuth Authorization](https://github.com/manzil-infinity180/Xf-Registration/assets/119070053/f2050239-973a-4e42-90e3-6a0547732603)\n\n### User Registration Interface\n\n![User Registration Form](https://github.com/manzil-infinity180/Xf-Registration/assets/119070053/a769fe0c-e49d-4285-8cc0-c51e43f369c8)\n\n### User Profile View\n\n![User Profile Page](https://github.com/manzil-infinity180/Xf-Registration/assets/119070053/7b1fc6e3-829f-49cb-8377-41bdb430844a)\n\n## Contributing\n\nWe welcome contributions to the Xf-Registration project. Please feel free to submit issues, fork the repository and send pull requests!\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n\n## Acknowledgments\n\n- Thanks to all contributors who have helped shape Xf-Registration\n- Special thanks to the open-source community for the fantastic tools and libraries used in this project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanzil-infinity180%2Fxf-registration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanzil-infinity180%2Fxf-registration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanzil-infinity180%2Fxf-registration/lists"}