Skip to content

University project involving a database which stores data entries representing students, faculty, and staff from CSV files.

Notifications You must be signed in to change notification settings

CodeScorcher/University-Database

Repository files navigation

University-Database

Database which stores data entries representing students, faculty, and staff. Classes for data entries were developed through object-oriented Java programming, while the user interface was designed using JavaFX.

Set Up

Download and run the file UniversityCSVDatabase-1.0.exe to install the application.

Reading a CSV File

Click the Read File option

ReadCSV

Select a CSV (comma-separated values) file to read

SelectingCSV

Once the file is loaded, the database can be accessed

LoadedCSV

Adding New Data Entry

Click the Add option

AddOption

Fill out the required fields and press submit to add a new entry

AddEntry

Once the required information is provided, the new entry will appear in the database

DataEntry

About

University project involving a database which stores data entries representing students, faculty, and staff from CSV files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages