A console-based University Management System built in Java that allows Admins and Students to manage academic records using file-based storage.
- Secure login using credentials from
admin.txt - Student Management: Add, view, update, and delete student records
- Course Enrollment: Enroll students in multiple courses
- Marks Management: Enter and manage student marks
- Performance Tracking: View top performers by course
- Course Management: Update or delete courses
- Login using username and password
- View personal information
- Check enrolled courses
- View marks and report cards
- Java (Core)
- File Handling for data storage
- Console-based Interface
📦pf-project ┣ 📜Managment_System.java # Main application file ┣ 📜admin.txt # Admin credentials ┣ 📜student # Student records ┣ 📜marks.txt # Student marks ┣ 📜enrollments # Course enrollment data ┗ 📜README.md # Project documentation
text
- Clone the repository
- Compile:
javac Managment_System.java - Run:
java Managment_System
- admin.txt: Contains admin credentials
- student: Stores student details
- marks.txt: Course-wise marks
- enrollments: Student-course relationships
Feel free to fork this project and submit pull requests.
This project is for educational purposes.