{"id":27028236,"url":"https://github.com/kvr-10/university-management-system","last_synced_at":"2026-05-02T19:32:12.052Z","repository":{"id":252842193,"uuid":"841631765","full_name":"Kvr-10/University-Management-System","owner":"Kvr-10","description":"The University Management System is a Java application for managing student and faculty data, leave requests, exam results, and fees. It features a Swing-based GUI and MySQL database using JDBC Connecter, utilizing APIs like JCalendar and RS2XML for date handling and data export, offering an efficient solution for university administration.","archived":false,"fork":false,"pushed_at":"2025-05-10T11:19:32.000Z","size":23244,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-10T12:25:50.811Z","etag":null,"topics":["action-event","event-handling","java","java-application","jcalender","keyevent-handling","mysql-database","rs2xml","swing-gui"],"latest_commit_sha":null,"homepage":"https://kvr-10.github.io/University-Management-System/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kvr-10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-12T19:48:39.000Z","updated_at":"2025-05-10T11:19:36.000Z","dependencies_parsed_at":"2025-04-05T00:37:30.487Z","dependency_job_id":null,"html_url":"https://github.com/Kvr-10/University-Management-System","commit_stats":null,"previous_names":["kvr-10/university-management-system"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Kvr-10/University-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kvr-10%2FUniversity-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kvr-10%2FUniversity-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kvr-10%2FUniversity-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kvr-10%2FUniversity-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kvr-10","download_url":"https://codeload.github.com/Kvr-10/University-Management-System/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kvr-10%2FUniversity-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32547645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T19:18:06.202Z","status":"ssl_error","status_checked_at":"2026-05-02T19:16:21.335Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action-event","event-handling","java","java-application","jcalender","keyevent-handling","mysql-database","rs2xml","swing-gui"],"created_at":"2025-04-05T00:27:26.469Z","updated_at":"2026-05-02T19:32:12.034Z","avatar_url":"https://github.com/Kvr-10.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# University Management System\n\n## Overview\n\nThe University Management System is a comprehensive Java-based application designed to manage and streamline various administrative tasks within a university. This system provides functionalities for managing student and faculty information, leave applications, examination results, and fee details. The application features a user-friendly graphical interface built with Swing and integrates with a MySQL database for data storage and retrieval.\n\n## Features\n\n- **Login System:** Secure login interface for users to access the system.\n- **Main Dashboard:** Central hub for navigating through different functionalities.\n- **Student Management:** Add new student information, view details, and update records.\n- **Faculty Management:** Add new faculty information, view details, and update records.\n- **Leave Management:** Apply for and view leave details for both students and faculty.\n- **Examination Management:** Enter marks and view examination results.\n- **Fee Management:** View fee structure, fill out fee forms, and display paid fees.\n- **Extras:** Access to calculator, notepad, and external links such as Instagram and GitHub.\n\n## Technologies Used\n\n- **Java:** Core programming language for application development.\n- **Swing:** GUI toolkit for building the user interface.\n- **MySQL:** Database for storing and managing data.\n- **JCalendar:** For handling date inputs in the application.\n- **RS2XML:** For exporting data to XML format.\n\n## APIs Used\n- **Java MySQL Connector:** Provides the JDBC API to connect Java applications to MySQL databases. It allows execution of SQL queries and updates through a standard JDBC interface.  \n **Documentation:** [MySQL Connector/J Documentation](https://dev.mysql.com/doc/connector-j/en/)\n  \n- **JCalendar:** Provides a graphical calendar component for handling date input in Java Swing applications. It allows users to select dates through a user-friendly interface.  \n  **Documentation:** [JCalendar API](https://toedter.com/jcalendar/)\n  \n- **RS2XML:** Allows exporting and importing data in XML format using Java. It integrates with the JDBC API to convert SQL result sets into XML.  \n  **Documentation:** [RS2XML API](https://sourceforge.net/projects/finalangelsanddemons/files/rs2xml.jar/download)\n\n## Setup and Installation\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/Kvr-10/University-Management-System.git\n   ```\n2. **Navigate to Project Directory**\n\n   ```sh\n   University-Management-System/out/artifacts/UniversityMs_jar/UniversityMs.jar\n   ```\n\n3. **Install Dependencies:**\n   \n- Ensure you have Java Development Kit (JDK) installed.\n- Add the following libraries to your project's classpath:\n     - `MySQL Connector-java.jar` Download [MySQL Connector](https://dev.mysql.com/downloads/connector/j/)\n     - `JCalendar.jar` Download [JCalender](https://toedter.com/jcalendar/)\n     - `RS2XML.jar` Download [RS2XML](https://sourceforge.net/projects/finalangelsanddemons/files/rs2xml.jar/download)\n\n## Database Setup\n\nYou need to create the database before importing the SQL file into it.\n  \n  ```sql\n  CREATE DATABASE UniversityManagement;\n  ```\n\n **Import the SQL File:**   \n \n   Download the [`UniversityManagement.sql`](https://github.com/Kvr-10/University-Management-System/tree/master/database) file from the repository and import it into your MySQL database.  \n   You can use tools like MySQL Workbench, phpMyAdmin, or command-line tools to execute the SQL script.\n\n   ```shell\n   mysql -u username -p UniversityManagement \u003c path/to/UniversityManagement.sql\n   ```\n  **Note:** Make sure to update the username and password in the `DriverManager.getConnection` method within your `Connectionmysql` class to match your MySQL database credentials.\n\n**Run the Application:**\n   - Compile and run the `Splash` class to start the application.\n   - Initial Username: `kvr10` Password: `admin.`\n\n## Alternative\n   - Ensure that you have created the Database `UniversityManagement`, and imported the [`UniversityManagement.sql`](https://github.com/Kvr-10/University-Management-System/tree/master/database) file from the repository into your MySQL database.  \n   - You can directly download the JAR file from the [Releases page](https://github.com/Kvr-10/University-Management-System/releases/latest) and run it.    \n   - Download [University-Management-System](https://github.com/Kvr-10/University-Management-System/releases/latest/download/UniversityMS.jar) Application.   \n   - Initial Username: `kvr10` Password: `admin.`\n\n## Usage\n\n- **Splash:** Starts the application with a animation.\n- **Login:** Enter your credentials to access the system.\n- **Main Dashboard:** Use the menu options to navigate through student and faculty management, leave applications, examination results, and fee details.\n- **Student and Faculty Management:** Use the respective menus to add, view, and update records.\n- **Leave and Examination Management:** Apply for leave and enter examination results through the provided options.\n- **Fee Management:** Access fee-related information and forms as needed.\n- **Access Extras:** Access external tools and resources via the \"Extras\" menu.\n\n## Contributing\n\nFeel free to fork the repository and submit pull requests for improvements or bug fixes. Please ensure that any contributions adhere to the existing code style and include appropriate documentation.\n\n\n## Contact\n\nFor any questions or issues, please contact [chamansinha9480@gmail.com](mailto:chamansinha9480@gmail.com).\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkvr-10%2Funiversity-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkvr-10%2Funiversity-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkvr-10%2Funiversity-management-system/lists"}