This is a student management system built using Java and MySql. It allows users to perform various operations on student data, such as adding new students, viewing student information, deleting student information, and updating student records.
- Java 8 or higher
- MySql 5.7 or higher
- Clone the repository to your local machine:
- git clone https://github.com/Aadhityaa745/StudentManagementSystem.git
- Import the project into your preferred Java IDE (Eclipse, IntelliJ, etc.)
- Set up a MySql database and update the database connection details in the SMS.java file:
- Run the SMS.java file to create the necessary tables in the database and to start the application.
- Add new students for the details(id, mobile, first name, last name, city, college name)
- View/fetch all student information, view/fetch particular student information
- Update student records
- Delete student records
If you encounter any issues while running the application, please report it here.
If you want to contribute to this project, feel free to open a pull request.