https://github.com/daoud-hussain/university-management-system
Hello Internet! This is a console-based University management system designed in Java. Feel free to create a new file and don't hesitate to pull your code. You can download the source code for free. Permission Granted!
https://github.com/daoud-hussain/university-management-system
group-project java procedural-programming ums
Last synced: about 1 month ago
JSON representation
Hello Internet! This is a console-based University management system designed in Java. Feel free to create a new file and don't hesitate to pull your code. You can download the source code for free. Permission Granted!
- Host: GitHub
- URL: https://github.com/daoud-hussain/university-management-system
- Owner: Daoud-Hussain
- Created: 2022-01-24T15:50:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T16:16:06.000Z (over 2 years ago)
- Last Synced: 2023-03-05T10:48:43.059Z (about 2 years ago)
- Topics: group-project, java, procedural-programming, ums
- Language: Java
- Homepage:
- Size: 1.12 MB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# University-Management-System
UMS is a CRUD (Create, Read, Update, Delete) based management system which uses File Handling to manipulate data and perform the CRUD operations. It is a group project made using Java procedural programming having both User and Admin sides. It is a console-based universtiy management system which contain four major modules that are integrated with each other. User will be given a unique registration number (while registering) and he can perform all the following tasks with same id/reg-number and all the data will be stored using the same registration number in corresponding ("reg_number.txt") files. Admin can view and change all the data stored in files accordingly. Major modules of UMS contain:
- 🙋♂️ Student Portal
- ☕ Cafe Mangement System
- 📚 Library management System
- 🚌 Transport Management System#
## 🙋♂️ Student Portal
- Signup/Login.
- Course Registeration.
- Field Validation.
- Student Records## ☕ Cafe Management System
- Display Menu.
- Buy items.
- Return Items.
- Bill Payments.
- Menu offers.## 📚 Library management System
- Search books.
- Borrow books.
- Return Books.
- Late submission fines.## 🚌 Transport Management System
- Bus Routes and fee.
- Bus Registration.
- User Profile.
- Delete and update registration.## Compilation
- Open Command Prompt
- Type: ``"javac Main.java"``## Runing
- Open Command Prompt
- Type: ``"java Main"``#
## 👨💻 Developers
#
![]()