M2ConneX is a comprehensive platform designed to connect alumni of MMCOE (Marathwada Mitra Mandal's College of Engineering) and facilitate communication, networking, and collaboration among them. The portal offers various features and functionalities tailored to the needs of alumni, including event management, skill sharing, job opportunities, and more. Alumni can also receive recommendations for connections, posts, and job opportunities based on their skills and experience. Built with modern web technologies and powered by Django, this portal provides a seamless and user-friendly experience for MMCOE alumni to stay connected and engaged with their alma mater.
This is backend developed for the platform.
- Social Media: Post and share your life updates with your college.
- Recommendations: Receive personalized recommendations for connections, posts, and job opportunities based on your skills and experience.
- Event Management: Alumni can create, manage, and participate in events such as reunions, workshops, and networking sessions.
- Skill Sharing: A platform for alumni to share their expertise, offer mentorship, and collaborate on projects.
- Job Opportunities: Access to job postings, internships, and career advancement opportunities specifically curated for MMCOE alumni.
- Networking: Connect with fellow alumni, industry professionals, and faculty members to expand professional networks.
- Community Engagement: Engage in discussions, forums, and special interest groups within the MMCOE alumni community.
- Personal Profiles: Create and customize personal profiles showcasing professional achievements, education, and interests.
Ensure you have Docker Desktop installed.
- Clone the repository:
git clone https://github.com/NotShrirang/M2ConneX-frontend.git
cd M2ConneX
Create a .env
file in the root directory with the following configurations:
DB_NAME = *****
DB_USER = *****
DB_PASS = *****
DB_HOST = *****
DB_PORT = *****
EMAIL = *****
EMAIL_PASSWORD = *****
TEXT_NSFW_TOKEN = *****
To run the application using Docker, execute the following command:
./run.sh start-dev
This will build and start the Docker container for the application.
- Install required packages:
pip install -r requirements.txt
- Migrate to the database:
python manage.py migrate
- Run the backend server:
python manage.py runserver
Feel free to submit pull requests, create issues, or spread the word!
Support me by simply starring this repository! ⭐