{"id":22107289,"url":"https://github.com/siddheshk599/student-management-system-java","last_synced_at":"2026-05-01T10:32:34.295Z","repository":{"id":162667403,"uuid":"287060100","full_name":"siddheshk599/student-management-system-java","owner":"siddheshk599","description":"An easy to use Student Management System developed using Java that can be used to add, update, delete and view the records of students. This software is also able to show the bar chart of marks of students so as to get a better view of student records.","archived":false,"fork":false,"pushed_at":"2020-08-12T16:51:58.000Z","size":14963,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T03:23:17.386Z","etag":null,"topics":["crud-application","hibernate-orm-framework","java","java-swing","jfreechart-library","mysql-database"],"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/siddheshk599.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":"2020-08-12T16:14:48.000Z","updated_at":"2021-10-21T10:07:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"236dc955-ff75-4c05-98aa-5efcbb95a7ba","html_url":"https://github.com/siddheshk599/student-management-system-java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/siddheshk599/student-management-system-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddheshk599%2Fstudent-management-system-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddheshk599%2Fstudent-management-system-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddheshk599%2Fstudent-management-system-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddheshk599%2Fstudent-management-system-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siddheshk599","download_url":"https://codeload.github.com/siddheshk599/student-management-system-java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddheshk599%2Fstudent-management-system-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32494270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["crud-application","hibernate-orm-framework","java","java-swing","jfreechart-library","mysql-database"],"created_at":"2024-12-01T08:15:35.115Z","updated_at":"2026-05-01T10:32:34.269Z","avatar_url":"https://github.com/siddheshk599.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Title: \n\nStudent Management System.\n\n# Getting Started: \n\nSetting up and installing this software is easy by just installing Java 14 and MySQL.\n\n# Prerequisites:\n\n**Softwares needed:**\n1.\tJava 14 (JDK 14).\n2.\tMySQL.\n\n**Installation links of the required softwares:**\n1.\tJDK 14: \u003chttps://www.oracle.com/java/technologies/javase/jdk14-archive-downloads.html\u003e\n2.\tMySQL: \u003chttps://dev.mysql.com/downloads/\u003e\n\n# Installing required softwares:\n\n**For Windows users:**\nDownload JDK 14 and MySQL from the above given download links and install them.\n\n**For Ubuntu/Debian users:**\n1.\tInstall JDK 14 from the above download link for your specific Linux distribution and install it.\n2.\tTo install MySQL, run the following command in the terminal:\n\n        sudo apt-get install mysql-server\n\n**Following the above installation steps for required softwares will set up an environment to run the Student Management System without any hassles.**\n\n# Running the software:\n\n**For Windows users:**\n1.  Create a database named as 'demo' in MySQL.\n2.  Setup your MySQL credentials in the 'hibernate.cfg.xml' file by changing the 'connection.username' and 'connection.password' fields.\n3.  Open your command prompt and navigate to the project's directory and run the following command to compile the Java files:\n\n        javac -cp \"hibernate-jars/*\";\"jfreechart-jars/*\" *.java\n4.  Run the following command to run the application:\n\n        java -cp \"hibernate-jars/*\";\"jfreechart-jars/*\";. MainWindow\n\n**For Ubuntu/Debian users:**\n1.  Create a database named as 'demo' in MySQL.\n2.  Setup your MySQL credentials in the 'hibernate.cfg.xml' file by changing the 'connection.username' and 'connection.password' fields.\n3.  Open your terminal and navigate to the project's directory and run the following command to compile the Java files:\n\n        javac -cp \"hibernate-jars/*\":\"jfreechart-jars/*\" *.java\n4.  Run the following command to run the application:\n\n        java -cp \"hibernate-jars/*\":\"jfreechart-jars/*\":. MainWindow\n\n# Built with:\n1.    Java 14 - GUI for the software.\n2.    MySQL - Database Management System.\n\n# Author:\n\n    Siddhesh Kudtarkar\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddheshk599%2Fstudent-management-system-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiddheshk599%2Fstudent-management-system-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddheshk599%2Fstudent-management-system-java/lists"}