Alumni Portal
Alumni Portal
PROJECT REPORT
By
Shubham Joshi(RA2311056030064)
Arpit Verma(RA2311056030074)
Sumeet Raj(RA2311056030082)
ASSOCIATE PROFESSOR
of
SCHOOL OF COMPUTING
MAY 2025
SRM INSTITUTE OF SCIENCE AND TECHNOLOGY
(Under Section 3 of UGC Act, 1956)
BONAFIDE CERTIFICATE
Certified that this minor project report for the course 21CSC205P - DATABASE
MANAGEMENT SYSTEM entitled in "ALUMNI PORTAL" Shubham
Joshi(RA2311056030064),Arpit Verma(RA2311056030074) ,Sumeet
Raj(RA2311056030082)who carried out the project work under my supervision. Certified
further, that to the best of my knowledge the work reported herein does not form any other
project report or dissertation on the basis of which a degree or award was conferred on an
earlier occasion on this or any other candidate.
SIGNATURE SIGNATURE
In today’s competitive job market, staying updated with employment trends and opportunities is
essential for students and recent graduates. This project presents the development of an Alumni
Portal—a database-driven web application designed to bridge the gap between current students
and alumni, particularly focusing on job notifications, market trends, and real-time challenges
faced in various industries. The portal enables alumni to share job openings, career advice, and
insights into current professional demands, thus fostering a dynamic flow of relevant
information.
The system is built using database management concepts to ensure efficient storage, retrieval,
and management of alumni and job-related data. Key features include job and internship postings
by alumni, a notification system for students, and discussion forums addressing current issues in
the job market. By leveraging alumni experience and real-time feedback, this portal not only aids
in job awareness but also helps students align their academic and skill development paths with
actual market needs.
The proposed system demonstrates how a well-structured database application can support
institutional efforts in enhancing student employability and building a strong, interactive alumni
network. The project highlights the practical application of DBMS concepts while addressing a
real-world problem in education-to-employment transition.
In addition to job-related insights, the portal serves as a platform for mentorship and networking.
Alumni can offer guidance on industry expectations, resume building, interview preparation, and
career growth, which adds significant value to a student's career development. This interaction
not only empowers students but also helps alumni stay connected with their alma mater, creating
a mutually beneficial ecosystem.
From a technical standpoint, the project uses normalization, indexing, and relational schema
design to ensure data integrity and scalability. Role-based access control and real-time
notification systems have also been incorporated to maintain user-specific functionalities and
timely communication. Overall, the Alumni Portal is a scalable and socially impactful DBMS
solution that enhances connectivity, career readiness, and institutional engagement.
ACKNOWLEDGEMENTS
We would like to express our sincere and heartfelt gratitude to Dr. Rolly Gupta, whose constant
guidance, encouragement, and support have been instrumental in the successful completion of
this project titled "Alumni Portal". Her valuable insights, expert suggestions, and constructive
feedback throughout the project helped us refine our ideas and improve the overall quality of our
work.
We are deeply thankful for the time and effort she invested in mentoring us, resolving our
doubts, and guiding us through every stage of the development process. Her unwavering support
not only enhanced our technical understanding but also inspired us to approach the project with a
sense of responsibility and dedication. It has been a great learning experience under her
mentorship, and we are truly grateful for the opportunity to work under her supervision.
Shubham Joshi
Arpit Verma
Sumeet Raj
TABLE OF CONTENTS
12.Conclusion .....................................................................................................................16
14.References ......................................................................................................................18
LIST OF FIGURES
CHAPTER 1
INTRODUCTION
In recent years, the global job market has undergone dynamic transformations, driven by rapid
technological advancements, economic shifts, and evolving industry demands. As a result,
students and fresh graduates often struggle to stay updated with current job opportunities, hiring
trends, and real-time challenges faced by professionals in the workforce. Educational institutions
play a vital role in preparing students for their careers, yet there remains a significant gap
between academic knowledge and market requirements. To address this issue, the development
of effective communication channels between students and alumni has become increasingly
important.
The proposed project, Alumni Portal: Bridging Students with Job Market Insights, is a
database-driven solution that facilitates real-time interaction between current students and
alumni. The primary goal of the system is to ensure that students are regularly updated with the
latest job openings, career guidance, internship opportunities, and skill-based recommendations
directly from experienced alumni. By creating a centralized platform where alumni can share
insights and students can seek mentorship, the system fosters a collaborative environment for
career development.
A major strength of this portal lies in its database management structure, which allows for
efficient data storage, quick retrieval, and secure user interactions. Through proper
normalization, relational schema design, indexing, and query optimization techniques, the
database ensures minimal redundancy and high data integrity. Features such as job postings,
notifications, user authentication, alumni-student forums, and role-based access control enhance
the usability and functionality of the portal.
From an academic perspective, this project showcases the practical application of Database
Management System (DBMS) concepts in solving real-world problems. It demonstrates how
structured data, when managed effectively, can bridge information gaps and support informed
decision-making among users. Additionally, it highlights the potential of alumni networks not
just as sources of inspiration, but also as active contributors to the professional journeys of
students.
On a broader scale, the Alumni Portal serves as a strategic tool for institutions to improve
placement outcomes, strengthen alumni relations, and promote community engagement.
CHAPTER 2
ABBREVIATIONS
UI User Interface
UX User Experience
LIST OF SYMBOLS
LITERATURE SURVEY
The integration of alumni support systems within educational institutions has gained significant
attention in recent years. Various academic and professional platforms have attempted to bridge
the gap between students and industry professionals, yet many lack features that provide direct,
real-time guidance tailored to the student experience. The purpose of this literature survey is to
review the existing systems, research studies, and their approaches toward alumni-student
engagement and job market readiness, and to identify how the proposed Alumni Portal addresses
the observed gaps.
Several institutions have developed basic alumni databases focused primarily on storing alumni
contact information and professional records. For instance, Sharma et al. (2020) in their research
titled "A Web-Based Alumni Portal for Academic Institutions" presented a centralized portal that
enabled alumni registration, profile updates, and event tracking. However, their system lacked
interactive functionalities such as direct job posting, notifications, or real-time communication
between alumni and current students.
Another study by Kumar and Rani (2019), "Digital Alumni Systems in Indian Technical
Institutes", highlighted the implementation of a mobile-based alumni platform. While the system
facilitated updates and group interactions, the absence of DBMS principles like normalized
schema design or role-based access made it inefficient at scale. Additionally, the focus was
limited to alumni engagement and did not extend to job-related assistance or student mentoring.
LinkedIn, a global professional networking platform, serves as a common medium for alumni
and student interaction. Although it offers job updates and professional connectivity, it is not
institution-specific and lacks academic contextualization. It does not provide structured student
support or personalized insights based on institutional history, course background, or individual
student queries.
A comparative analysis of alumni portals implemented in top universities (like IITs and NITs)
revealed that most platforms emphasize alumni achievements and event management, but few
incorporate two-way mentorship systems, job/internship updates tailored for students, or
database management techniques for scalable performance.
Key Observations from the Survey:
Gap Identification:
The current literature and existing portals show a clear need for a system that:
Our project, the Alumni Portal, fills these gaps by offering a dynamic, interactive, and scalable
DBMS-based solution that:
● Connects students with alumni for career support and job updates.
System Overview: AlumConnect uses Django as the backend framework and SQLite for the
database. The system is accessed via a web browser and supports user-specific views for admins
and alumni.
Input:
Process:
● Authentication (login/signup)
● Data retrieval via Django ORM
● Conditional rendering of user dashboards
Output:
Categorization Logic:
The AlumConnect portal follows a modular and scalable architecture using a combination of
client-side (HTML/CSS/JavaScript), server-side (Django backend), and database (SQLite)
technologies. The architecture consists of the following layers:
● User Interface (UI) Layer: The front-end interface accessible through web browsers.
Users (alumni and admins) interact through features like profile updates, job posting,
event viewing, and internal messaging.
● Application Logic Layer: Contains Django views and URL mappings that handle
requests, render templates, and coordinate between the frontend and database.
● Data Layer: Manages alumni profiles, jobs, events, and messages through Django
Models connected to a SQLite database.
● Session & Authentication Layer: Manages login sessions, role-based page access,
CSRF protection, and user authentication.
2. Key Modules
● Interactions: Users post/update profiles, interact with events, jobs, and messages.
4. Technology Stack
● Database: SQLite3
CHAPTER 5
CODING, TESTING
SEQUENCE DIAGRAM
CHAPTER 7
CODING AND TESTING
VIEWS.PY
URLS.PY
PATHS
HTML WITH INLINE CSS:(DASHBOARD.HTML)
CHAPTER 8
CONCLUSION
The Alumni Portal developed as part of this DBMS project represents a practical and impactful
solution to enhance alumni-student engagement in academic institutions. In today’s fast-evolving
job market, the need for a reliable system that enables real-time communication, mentorship, and
opportunity-sharing has become more critical than ever. By leveraging core database concepts
such as relational schema design, normalization, indexing, and access control, this project
ensures data integrity, scalability, and secure user interactions.
The portal not only facilitates the sharing of job and internship opportunities but also fosters a
community-driven environment where alumni can contribute to the career growth of current
students. Through real-time notifications and a user-friendly interface, students can remain
updated on current market trends and requirements. This initiative bridges the
academic-industrial divide by creating a collaborative ecosystem within the institution,
ultimately supporting better career preparedness among students.
Overall, the Alumni Portal stands as a promising tool for institutions aiming to modernize alumni
engagement while simultaneously addressing the career readiness of students. The successful
implementation of this system showcases the real-world application of database management
concepts and reinforces the role of technology in driving institutional and personal growth.
CHAPTER 9
FUTURE ENHANCEMENT
While the current version of the Alumni Portal successfully facilitates alumni-student
communication and job notifications, the platform holds great potential for further development.
With the continuous evolution of technology and the job market, there are several features that
can be integrated to expand the scope and impact of the system. These enhancements aim not
only to refine the portal's technical robustness but also to better prepare students for real-world
opportunities through advanced functionalities and intelligent systems.
In the near future, this portal can be transformed into a holistic career development platform by
incorporating modern technologies such as artificial intelligence, blockchain, and predictive
analytics. These upgrades would not only improve the user experience but also ensure data
reliability, industry relevance, and dynamic engagement with alumni and recruiters. The
following points outline potential enhancements that can significantly elevate the effectiveness of
the Alumni Portal:
These future enhancements will help the Alumni Portal evolve from a basic communication tool
into a comprehensive career support ecosystem, equipping fresh graduates with real-time
insights, skills, and opportunities necessary for career success.
CHAPTER 10
REFERENCES