This is a simple student database management system implemented in Java. It allows users to perform basic CRUD (Create, Read, Update, Delete) operations on student records.
- Add Student: Add a new student record to the database.
- View Student: View details of a specific student by searching with their ID.
- Update Student: Update information of an existing student.
- Delete Student: Delete a student record from the database.
- List All Students: View a list of all students currently in the database.
To get started with using the Student Database Management System, follow these steps:
-
Clone the repository: git clone https://github.com/SnowFlowerr/studentDatabaseSystem.git
-
Compile the Java files: javac *.java
-
Run the application: java Main
-
Follow the on-screen instructions to perform CRUD operations on student records.
- Java Development Kit (JDK) 8 or higher
Contributions are welcome! If you have any ideas for new features, improvements, or find any bugs, feel free to open an issue or submit a pull request.