https://github.com/ahmednassar7/smart-campus
A university management system .
https://github.com/ahmednassar7/smart-campus
algorithms data-structures database java javaswing oop sql ux-ui
Last synced: 2 months ago
JSON representation
A university management system .
- Host: GitHub
- URL: https://github.com/ahmednassar7/smart-campus
- Owner: AhmedNassar7
- Created: 2023-03-16T00:20:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T04:21:17.000Z (over 1 year ago)
- Last Synced: 2025-04-07T13:37:52.086Z (about 1 year ago)
- Topics: algorithms, data-structures, database, java, javaswing, oop, sql, ux-ui
- Language: Java
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# University Management System
A comprehensive Java-based university management system designed for managing university operations, including functionalities for inserting, deleting, searching, and sorting data within entities like students, instructors, courses, and departments.
This project leverages **Object-Oriented Programming (OOP)** principles, **SQL** for database management, and **Java Swing** for the graphical user interface. It was developed using **NetBeans**.
  
## Features
- **CRUD Operations**: Add, update, delete, and search for records in student, instructor, course, and department entities.
- **Search Functionality**: Retrieve data based on various criteria such as name or ID.
- **Sorting Algorithms**: Efficiently sorts data to streamline retrieval and display.
- **Java Swing GUI**: User-friendly interface for easy data management.
- **Data Persistence**: All records are stored in an SQL database, ensuring data integrity and persistence.
## Technologies Used
- **Java** for core application logic and OOP structure.
- **SQL** for relational database management.
- **Java Swing** for the graphical interface.
- **NetBeans** as the IDE for project development.