Skip to content

Azizul109/StudentDatabase

Repository files navigation

This a project on "Student database management system"

NAME: MD AZIZUL ARIF;

Sample

INSTALL:

Application will not run, without same environment like me. So to run this application XAMPP server and PHPMYADMIN is must. Without same port as mine, and same database table like me system will show error. If you want to change port then need to change code inside java file, in that case you can open StudentManagement folder to NetBeans and change code. JDK alos need to be install on computer.

  1. To install our application, must need to have XAMPP server running.

  2. To download XAMPP server need to go in this link:----"https://www.apachefriends.org/index.html"----

  3. After downloading XAMPP server, need to set Apache port: 8080; MySql port: 3307 (If face any problem setting port, we suggest to see some video related to this.)

  4. After setting up port need to enter----"http://localhost:8080/dashboard/"-----website from any browser. Apache and MySql Action from XAMPP control panel should be running to enter localhost dashboard.

  5. Then need to go; phpMyAdmin from upper right corner of page.

  6. Create new database table name "studentdata"

  7. Then need to import SQL file from StudentManagement folder. This is my location of computer to find SQL file: ----"C:\Users\LENOVO\OneDrive\Documents\NetBeansProjects\StudentManagement"----

FOLDER LOCATION: ----"StudentManagement\SQL\studentadata.sql file"---

  1. After import SQL file, you will see database table in PHPMYADMIN. You can insert or delete new data inside PHPMYADMIN.

  2. After finishing all this process, environment will be set to run application.

  3. As our application is made with java and java swing you need to have java JDK install on your computer and NetBeans for testing code.

  4. Then go to this folder ----"StudentManagement\dist\StudentManagement"----and run the executable jar file.

  5. Finally you can see application running and you can check user instruction manual from SRS document sheet.

Releases

No releases published

Packages

No packages published

Languages