Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 .

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.