https://github.com/pitzzahh/student-registration
A student registration system that runs on a graphical user interface. Data are stored in the database.
https://github.com/pitzzahh/student-registration
database-access database-gui database-management gui-application student-information-system
Last synced: 4 months ago
JSON representation
A student registration system that runs on a graphical user interface. Data are stored in the database.
- Host: GitHub
- URL: https://github.com/pitzzahh/student-registration
- Owner: pitzzahh
- Created: 2022-05-26T13:19:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T06:42:18.000Z (almost 4 years ago)
- Last Synced: 2025-07-29T02:52:14.817Z (10 months ago)
- Topics: database-access, database-gui, database-management, gui-application, student-information-system
- Language: Java
- Homepage:
- Size: 1.19 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# student-registration
A student registration system that runs on a graphical user interface. Data are stored in the database.
## Database
* PostgreSQL
### Libraries used
* [JCalendar](https://toedter.com/jcalendar/)
* [PostgreSQL Driver](https://jdbc.postgresql.org/download.html)
* [Lombok](https://projectlombok.org/)