Skip to content

Commit deae0c7

Browse files
authored
Update README.md
updating ReadMe
1 parent 0af4cf1 commit deae0c7

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
# SQL_Practice
1+
# Student Course Tracker
2+
23
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

Comments
 (0)