Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 757 Bytes

File metadata and controls

39 lines (32 loc) · 757 Bytes

🎓 University Management System

A desktop-based University Management System developed using Java (Swing) and MySQL to manage student and teacher records efficiently.

🚀 Features

  • Admin Login Authentication
  • Add / Update / Delete Student & Teacher
  • Manage Marks and Attendance
  • Fee Management System
  • MySQL Database Integration using JDBC

🛠️ Technologies Used

  • Java (Core Java)
  • Java Swing
  • MySQL
  • JDBC
  • Eclipse IDE

📂 Project Structure

  • src/
  • .classpath
  • .project
  • README.md

🗄️ Database

Database tables include:

  • student
  • teacher
  • marks
  • attendance
  • fees

📌 Future Improvements

  • Role-Based Login
  • Report Generation (PDF)
  • Convert to Web Application (Spring Boot)

Developed by Arjun Yadav