-
Login Screen
Users will log in using their username and password, which will be verified against the database.
-
User Management
Admin users can create normal users who can use the system. Normal users can log in using their credentials.
-
Student Management
CRUD operations for managing student information including creating, reading, updating, and deleting student
records. -
Grade Management
Allow input and calculation of student grades, including GPA.
- User
Stores user information for login authentication.
- Student
Stores information about students enrolled in the system, including personal details and academic records.