Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.38 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.38 KB

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