Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Jiseeeh/student-information-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Information Management System

  • This is our SIA (System Integration and Architecture) project, which was given 1 week and 2 days for development.

Setup

clone repo

git clone https://github.com/Jiseeeh/student-information-management-system.git

Must have

  • Netbeans 18+
  • mysql-connector.jar must be put under src\sims\database
  • Absolute Layout - AbsoluteLayout.jar (this is native.)
  • JDK 20

Optional

Add jar files

  • Right click Libraries and click Add JAR/Folder
  • Pick the jar files one by one and use relative path.
  • For AbsoluteLayout.jar
    • Right click Libraries and click Add Library and choose AbsoluteLayout

Setup MYSQL

  • Import the sql file at src\sims\database\student_ims.sql in phpmyadmin(tested) or mysql workbench(not tested)

Run

  • Run main file