We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af4cf1 commit deae0c7Copy full SHA for deae0c7
README.md
@@ -1,2 +1,17 @@
1
-# SQL_Practice
+# Student Course Tracker
2
+
3
A simple Java application for tracking students and courses using a MySQL database.
4
5
+## Features
6
+- Enroll new students
7
+- Add new courses
8
+- Enroll students in courses
9
+- View students in a course
10
+- View courses for a student on a specific day
11
12
+## Getting Started
13
+Follow these instructions to set up and run the Student Course Tracker on your local machine.
14
15
+### Prerequisites
16
+- Java Development Kit (JDK)
17
+- MySQL database
0 commit comments