Skip to content

samirashoi/student-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple student management system with CRUD functionalities made using Java, NetBeans IDE and Oracle as the database.

This project uses a table named 'Students_Table' stored in an Oracle database to perform operations on the data.

Note:

  • Add your Oracle database Username and Password into the 'config.config' file in order to use Oracle database in this application.

  • The project requires a table named 'Students_Table' to be avalable in your Oracle database. The schema is provided in the 'Students_Table.sql' file.

  • Sample data is provided in the 'Students_Table.sql' file.

  • If the fonts are not available in your system, the installation files for the fonts are available in the Comfortaa directory.

Sample Screenshots:

Home Add Student Record Update Student Record Delete Student Record

About

A simple student management system with CRUD functionalities made using Java, NetBeans IDE and Oracle database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages