Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T04:21:17.000Z (about 2 months ago)
- Last Synced: 2024-11-08T05:24:08.803Z (about 2 months 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**.
![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=java&logoColor=white) ![SQL](https://img.shields.io/badge/SQL-4479A1?style=for-the-badge&logo=sql&logoColor=white) ![NetBeans](https://img.shields.io/badge/NetBeans-1B6AC6?style=for-the-badge&logo=apache-netbeans-ide&logoColor=white)
## 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.