Welcome to the Alumni-Student Networking Portal repository! This project aims to create a platform that facilitates networking between alumni and current students, providing a space for mentorship, job opportunities, and professional growth.
- User Authentication: Secure login and registration for both alumni and students.
- Profile Management: Create and manage profiles with personal and professional information.
- Messaging: Real-time messaging system for communication between users.
- Job Board: Post and apply for job opportunities within the network.
- Event Management: Organize and participate in networking events and webinars.
- Search Functionality: Advanced search to find alumni or students based on various criteria.
To get started with the Alumni-Student Networking Portal, follow these steps:
-
Clone the repository:
git clone https://github.com/Chaos-19/Alumni-Student-Networking-Portal.git
-
Navigate to the project directory:
cd Alumni-Student-Networking-Portal
-
Install dependencies:
npm install
-
Set up environment variables: Create a
.env
file in the root directory and add the necessary environment variables as specified in.env.example
. -
Run the application:
npm start
Once the application is running, you can access it in your browser at http://localhost:3000
. From there, you can register as a new user, create your profile, and start networking.
We welcome contributions from the community! To contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
Please make sure to follow the Code of Conduct and adhere to the guidelines in the Contributing Guide.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please feel free to reach out:
- Project Maintainer: Chaos-19
- Email: [email protected]
Thank you for your interest in the Alumni-Student Networking Portal!