An open API service indexing awesome lists of open source software.

https://github.com/isaaczhang4/java-app-course-scheduler

GUI Java App Course Scheduler that uses Derby Database and SQL to manage the course/enrollment data
https://github.com/isaaczhang4/java-app-course-scheduler

derby-database gui-application java sql sql-queries

Last synced: 8 months ago
JSON representation

GUI Java App Course Scheduler that uses Derby Database and SQL to manage the course/enrollment data

Awesome Lists containing this project

README

          

# Java-App-Course-Scheduler
GUI Java App Course Scheduler that uses Derby Database and SQL to manage the courses/enrollment data

Included Features...
Course Management: Add, edit, and delete courses in the system.
Student Enrollment: Enroll students in courses, and track their course schedules.
Database Integration: Utilizes Apache Derby database to store and manage course and enrollment data.
Graphical User Interface (GUI): A user-friendly interface to interact with the application for managing courses and enrollments.
Requirements

Tools...
Java 8 or higher: The application is built using Java and requires Java 8 or later.
Apache Derby Database: Derby is used as the database system for storing courses and enrollment data.