The College Management System is a Java-based application designed to manage the administrative and academic functions of a college. Built using Java Swing for the user interface and MySQL as the database, it provides a comprehensive solution for managing student records, faculty data, and course information. Developed by Flow Riders , a student's group for the course System Engineering.
- Student Registration and profile management
- Faculty Management and course assignment
- Attendance Tracking and grade management
- User Authentication and role-based access
- Data storage and retrieval using MySQL database
- Java (Swing for GUI)
- MySQL (Database)
- Maven (Build and dependency management)
- Apache Log4j (Logging)
- Apache Commons (Utility libraries)
git clone https://github.com/YourUsername/College-Management-System.git- Update database credentials in the configuration file
mvn clean installjavac LoginPageFrame.javaAdmin Information :
-
- Username: admin
-
- Password : admin
- Log in with admin credentials to access all features.
- Add,update,or delete student and faculty data.
- Track attendance and manage grades.
- Contributions are welcome!