The University Management System (UMS) is a comprehensive desktop application designed to streamline and automate the administrative tasks of a university. Developed using Java and Java Swing, this system provides a user-friendly graphical interface for managing various university operations efficiently.
- Student Management – Add, edit, and remove student records.
- Faculty Management – Maintain faculty details and schedules.
- Course Management – Manage course enrollments and information.
- Fees Management – Handle student fee payments and records.
- Results Viewing – Students can check their academic results.
- User Authentication – Secure login system for admin and faculty.
- Java (Core development language)
- Java Swing (Graphical user interface)
- AWT (Additional UI components)
- MySQL (Database management)
- JDBC (Database connectivity)
-
Clone the repository:
git clone https://github.com/singh04ayush/UniversityManagementSystem.git
-
Open the project in your preferred Java IDE.
-
Set up the database using the provided SQL schema.
-
Run the application.