AMP-Devs is a Flask-based web platform that connects students with alumni for mentorship, networking, and career growth. Built to bridge the academic-to-career gap, the platform is designed with institutions and technical education in mind.
🌐 Live Demo: https://alumniconnect-d7mo.onrender.com/
- 🔐 Secure Login & Signup for students and alumni
- 🧑💼 Alumni Directory with searchable filters
- 🧭 Mentorship Matching based on skills & interests
- 🗓️ Event Scheduler for webinars and reunions
- 💬 Discussion Forums for knowledge sharing
- 📋 Profile Dashboard with personal insights
- Frontend: HTML, CSS, Bootstrap
- Backend: Python, Flask
- Database: SQLite (
campus2career.db) - Hosting: Render.com
git clone https://github.com/Techy-Play/AMP-Devs.git
cd AMP-Devs
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
python app.pyApp runs locally at: http://localhost:5000
AMP-Devs/
├── app.py # Main Flask application
├── models.py # Database models
├── campus2career.db # SQLite database
├── templates/ # HTML templates (Jinja2)
├── static/ # CSS, JS, images
├── requirements.txt # Required Python packages
├── README.md # This file
- ✅ User Login/Signup
- ✅ Alumni Listing & Filters
- ✅ Mentor Match System
- ⏳ Add chat or messaging (Next Update)
- ⏳ Admin Controls (Phase 2)
- Fork the project
- Create a feature branch (
git checkout -b feature-name) - Commit changes
- Push and open a Pull Request
Licensed under MIT. Free to use and extend.
- Lokesh Paneru GitHub: Techy-Play Project: Alumni Connect (AMP-Devs)