https://github.com/valda1/studentsystem
School student management system in Java.
https://github.com/valda1/studentsystem
java school-management school-management-software school-management-system school-systems sql student-information-system student-management student-management-system
Last synced: 6 days ago
JSON representation
School student management system in Java.
- Host: GitHub
- URL: https://github.com/valda1/studentsystem
- Owner: Valda1
- Created: 2022-07-10T18:22:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T18:25:35.000Z (over 3 years ago)
- Last Synced: 2024-12-29T11:16:40.411Z (10 months ago)
- Topics: java, school-management, school-management-software, school-management-system, school-systems, sql, student-information-system, student-management, student-management-system
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StudentSystem
Home Task
build a student management system
student - create, see student, edit, delete
teacher - create, see teacher, edit, delete
course - create, see course, edit, delete
exam results - create, update, see exam results
should be able to enter exam result specifying student, course and score
should be able to specify teacher assigned to a course
application should not close until user specify a close command made available by you
can keep all info in list in memory
all classes and functionalities can be used from single School class