{"id":26635961,"url":"https://github.com/dhanish03/college_management_system","last_synced_at":"2026-05-13T07:04:17.712Z","repository":{"id":284002719,"uuid":"953464258","full_name":"dhanish03/College_Management_System","owner":"dhanish03","description":"College Management System is a Java Swing-based application that helps manage student records, including adding, searching, updating, and deleting student data using a MySQL database. It provides a simple GUI for efficient student management.","archived":false,"fork":false,"pushed_at":"2025-03-23T15:31:18.000Z","size":2139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T16:31:17.580Z","etag":null,"topics":["crud","git","gui","java-8","java-swing","jdbc-driver","mysql","sql","standalone"],"latest_commit_sha":null,"homepage":"","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/dhanish03.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":"2025-03-23T12:38:58.000Z","updated_at":"2025-03-23T15:31:53.000Z","dependencies_parsed_at":"2025-03-23T16:41:48.921Z","dependency_job_id":null,"html_url":"https://github.com/dhanish03/College_Management_System","commit_stats":null,"previous_names":["dhanish03/college_management_system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhanish03%2FCollege_Management_System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhanish03%2FCollege_Management_System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhanish03%2FCollege_Management_System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhanish03%2FCollege_Management_System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhanish03","download_url":"https://codeload.github.com/dhanish03/College_Management_System/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245304871,"owners_count":20593626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["crud","git","gui","java-8","java-swing","jdbc-driver","mysql","sql","standalone"],"created_at":"2025-03-24T16:15:45.910Z","updated_at":"2026-05-13T07:04:12.687Z","avatar_url":"https://github.com/dhanish03.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# College Management System\n\n## Overview\nThis is a **Java Swing-based College Management System** that allows users to manage student data, including adding, searching, and deleting student records. The system uses **MySQL** as the database and provides a user-friendly interface built with Java Swing.\n\n## Features\n- **User Authentication** \n- **Add Student Records**\n- **Search Student Records**\n- **Delete Student Records**\n- **Graphical User Interface (GUI) using Java Swing**\n- **MySQL Database Integration**\n\n## Technologies Used\n- **Java (Swing, AWT)** - GUI development\n- **MySQL** - Database for storing student records\n- **JDBC** - Connecting Java to MySQL\n- **Apache NetBeans IDE** - Development Environment\n- **Git \u0026 GitHub** - Version control\n\n## Setup Instructions\n### Prerequisites\n- Install **JDK 21** (or compatible version)\n- Install **NetBeans IDE**\n- Install **MySQL Server \u0026 MySQL Workbench**\n\n### Database Setup\n1. Open **MySQL Workbench** and create a new database:\n   ```sql\n   CREATE DATABASE college;\n   USE college;\n   ```\n2. Create the `student` table:\n   ```sql\n   CREATE TABLE student (\n       rollNumber VARCHAR(10) PRIMARY KEY,\n       studentName VARCHAR(50),\n       class VARCHAR(50)\n   );\n   ```\n3. Insert some sample data:\n   ```sql\n   INSERT INTO student VALUES ('12345', 'Lisa', 'Music');\n   INSERT INTO student VALUES ('12343', 'Virat', 'Cricket');\n   INSERT INTO student VALUES ('123', 'Apple', 'Mobile');\n   ```\n\n### Running the Project\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/dhanish03/College_Management_System.git\n   ```\n2. **Open the project in NetBeans**\n3. **Configure Database Connection** in the project:\n   - Update the `DatabaseConnection.java` file with your **MySQL credentials**.\n4. **Run the Application** in NetBeans.\n\n## Screenshots\n![Screenshot (239)](https://github.com/user-attachments/assets/436ef58c-1ca0-4734-a605-364e13843bd0)\n![Screenshot (240)](https://github.com/user-attachments/assets/eb41df19-05dd-4384-a7f5-e69a20612511)\n![Screenshot (241)](https://github.com/user-attachments/assets/78154296-cb73-45aa-a07c-a74df01e193c)\n![Screenshot (242)](https://github.com/user-attachments/assets/95adabd0-3152-485a-bee2-d427d4405cc6)\n![Screenshot (243)](https://github.com/user-attachments/assets/471704c9-24eb-4a4c-b1d8-599c9e3fd88a)\n![Screenshot (244)](https://github.com/user-attachments/assets/d98ff483-7af3-423a-adfa-96eb720128e3)\n![Screenshot (245)](https://github.com/user-attachments/assets/ac0dbff8-192c-4862-9b4e-1f8a38574049)\n\n\n\n\n\n\n\n\n\n## Contributing\nFeel free to submit pull requests if you want to improve the project.\n\n## License\nThis project is open-source under the **MIT License**.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhanish03%2Fcollege_management_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhanish03%2Fcollege_management_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhanish03%2Fcollege_management_system/lists"}