Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Student Database Management System

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.

Features

  • 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.

Getting Started

To get started with using the Student Database Management System, follow these steps:

  1. Clone the repository: git clone https://github.com/SnowFlowerr/studentDatabaseSystem.git

  2. Compile the Java files: javac *.java

  3. Run the application: java Main

  4. Follow the on-screen instructions to perform CRUD operations on student records.

Requirements

  • Java Development Kit (JDK) 8 or higher

Contributing

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages