Skip to content

Shruthi-Sivagnanam/Student-registration-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student-registration-form

About

Students Registration Form desktop application programmed in Java language (Swing package). This application perform Registration, Updation and Deletion of student records.

Screen Previews

Language used :

  • Java
  • SQL (database)

How to run the application

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

Contributing

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.