Skip to content

Techy-Play/AMP-Devs

Repository files navigation

AMP-Devs – Alumni Connect Platform

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/


🚀 Features

  • 🔐 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

🛠 Tech Stack

  • Frontend: HTML, CSS, Bootstrap
  • Backend: Python, Flask
  • Database: SQLite (campus2career.db)
  • Hosting: Render.com

📦 Installation

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.py

App runs locally at: http://localhost:5000


📁 Project Structure

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

🌱 MVP & Roadmap

  • ✅ User Login/Signup
  • ✅ Alumni Listing & Filters
  • ✅ Mentor Match System
  • ⏳ Add chat or messaging (Next Update)
  • ⏳ Admin Controls (Phase 2)

🤝 Contributing

  1. Fork the project
  2. Create a feature branch (git checkout -b feature-name)
  3. Commit changes
  4. Push and open a Pull Request

📃 License

Licensed under MIT. Free to use and extend.


👨‍💻 Developer


Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •