{"id":24823186,"url":"https://github.com/samarthmule/alumni-association-platfrom","last_synced_at":"2026-04-10T04:39:35.392Z","repository":{"id":274614176,"uuid":"923485786","full_name":"SamarthMule/Alumni-Association-Platfrom","owner":"SamarthMule","description":"A Full-stack web application designed to connect alumni with their alma mater, facilitate networking, mentorship, job opportunities, and donations. Built using React (Vite) with Chakra UI for a modern and responsive frontend experience.","archived":false,"fork":false,"pushed_at":"2025-03-08T05:23:07.000Z","size":703,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T05:25:24.438Z","etag":null,"topics":["chakra-ui","expressjs","mongodb","nodejs","reactjs"],"latest_commit_sha":null,"homepage":"","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/SamarthMule.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}},"created_at":"2025-01-28T10:34:35.000Z","updated_at":"2025-03-08T05:23:11.000Z","dependencies_parsed_at":"2025-03-08T05:32:31.664Z","dependency_job_id":null,"html_url":"https://github.com/SamarthMule/Alumni-Association-Platfrom","commit_stats":null,"previous_names":["samarthmule/alumni-association-platfrom"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamarthMule%2FAlumni-Association-Platfrom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamarthMule%2FAlumni-Association-Platfrom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamarthMule%2FAlumni-Association-Platfrom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamarthMule%2FAlumni-Association-Platfrom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamarthMule","download_url":"https://codeload.github.com/SamarthMule/Alumni-Association-Platfrom/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245556961,"owners_count":20634888,"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":["chakra-ui","expressjs","mongodb","nodejs","reactjs"],"created_at":"2025-01-30T19:57:31.009Z","updated_at":"2025-12-30T19:27:27.625Z","avatar_url":"https://github.com/SamarthMule.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Alumni-Association-Platfrom\r\n# Alumni Association Platform: Centralized Engagement for a Connected Future\r\n\r\nWelcome to the Alumni Association Platform repository! This project is a comprehensive web and mobile application designed to enhance alumni engagement by providing a centralized ecosystem for networking, job postings, events, mentorship, and donation management.\r\n\r\n## Table of Contents\r\n- Overview\r\n- Features\r\n- Tech Stack\r\n- Installation\r\n- Usage\r\n- Contributing\r\n- License\r\n- Contact\r\n\r\n## Overview\r\nThe Alumni Association Platform is built on the MERN stack (MongoDB, Express.js, React.js, Node.js) and aims to bridge the gap between educational institutions and their alumni. By providing a unified interface for profile management, networking, and accessing various services, the platform streamlines administrative tasks while fostering continuous engagement among graduates.\r\n\r\n## Features\r\n- **User Authentication:** Secure login and registration for students, alumni, and administrators.\r\n- **Role-Based Access:** Customized dashboards and functionalities for students, alumni, and administrative staff.\r\n- **Profile Management:** Alumni and students can update and manage their academic, professional, and personal details.\r\n- **Networking \u0026 Mentorship:** Connect with peers, alumni, and mentors through interactive communication tools.\r\n- **Job \u0026 Event Portals:** Browse, post, and manage job opportunities and events seamlessly.\r\n- **Donation Management:** Secure donation process to facilitate alumni contributions.\r\n\r\n## Tech Stack\r\n- **Frontend:** React.js (with Vite) and Chakra UI for a modern, responsive interface.\r\n- **Backend:** Node.js with Express.js for developing RESTful APIs.\r\n- **Database:** MongoDB for flexible, scalable data storage.\r\n- **Development Tools:** Visual Studio Code, Git, and npm.\r\n- **Other Tools:** Postman for API testing and cloud services (AWS/Heroku) for deployment.\r\n\r\n## Installation\r\n1. **Clone the Repository:**\r\n   git clone https://github.com/yourusername/alumni-association-platform.git\r\n   cd alumni-association-platform\r\n\r\n2. **Install Dependencies:**\r\n    npm install\r\n\r\n3. **Set Up Environment Variables:**  \r\n   Create a .env file in the backend directory and configure it with your database URL, JWT secret, and any other required settings.\r\n\r\n4. **Start the Development Servers:**\r\n     npm run dev\r\n\r\n## Usage\r\nAfter installation, users can access the platform via a web browser or mobile devices. Role-specific functionalities include:\r\n- **Students:** Explore job listings, manage profiles, and participate in mentorship programs.\r\n- **Alumni:** Post job opportunities, update professional profiles, and network with current students.\r\n- **Administrators:** Monitor system operations, manage user accounts, and control job/event postings.\r\n- **Event Manager:** Create event and View count of particites\r\n\r\n## Contributing\r\nContributions are welcome! To contribute:\r\n1. Fork the repository.\r\n2. Create your feature branch: git checkout -b feature/YourFeature\r\n3. Commit your changes: git commit -m 'Describe your feature'\r\n4. Push to your branch: git push origin feature/YourFeature\r\n5. Open a pull request.\r\n\r\nEnsure your code follows the project’s style guidelines.\r\n\r\n## Contact\r\nFor any questions or further information, please contact:\r\n- **Samarth Mule** – samarthmule7276@gmail.com\r\n\r\nThank you for exploring the Alumni Association Platform!\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamarthmule%2Falumni-association-platfrom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamarthmule%2Falumni-association-platfrom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamarthmule%2Falumni-association-platfrom/lists"}