Students Registration Form desktop application programmed in Java language (Swing package). This application perform Registration, Updation and Deletion of student records.
- Java
- SQL (database)
- Clone the repository
gh repo clone Shruthi-Sivagnanam/Student-registration-form
- Generate .class file for program in package
cd Student_form javac Student_detail.java
- Compile and run the main program
javac Student.java
java Student
For connecting with database you can use XAMPP control panel (to connect with phpmyadmin).
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.