Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoyaxmah/student-management-system-java
Using Netbeans IDE & Java programming to create a Student Details Management System (SQL integrated)
https://github.com/zoyaxmah/student-management-system-java
java netbeans-ide sql-server
Last synced: 4 days ago
JSON representation
Using Netbeans IDE & Java programming to create a Student Details Management System (SQL integrated)
- Host: GitHub
- URL: https://github.com/zoyaxmah/student-management-system-java
- Owner: zoyaxmah
- License: mit
- Created: 2025-02-14T05:24:10.000Z (5 days ago)
- Default Branch: main
- Last Pushed: 2025-02-14T06:28:30.000Z (5 days ago)
- Last Synced: 2025-02-14T07:28:13.903Z (5 days ago)
- Topics: java, netbeans-ide, sql-server
- Homepage:
- Size: 4.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Student-Management-System-Java
A Student Management System built using Java and NetBeans IDE, designed to handle student details and manage records efficiently. The project is split into two main branches:
### CUI--v (Command Line User Interface Version)
This branch contains the command-line interface (CUI) version of the Student Management System. It focuses on basic student management functionality without a graphical interface.### GUI--v (Graphical User Interface Version)
This branch features the GUI version of the Student Management System. It provides a user-friendly interface to manage student details, enrollments, and grades. In addition to the GUI, it also includes the implementation of an SQL Server database to manage the backend data storage.The system allows users to interact with the student records using forms for various operations, such as adding students, updating details, and viewing student records.
Created 2024