You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CollegeStudentApp is a software application designed to help universities with their student's & College information.
The application allows universities to input and track student & college data, such as personal information, college information, and performance metrics.
application having following methods
Add a College without collegeId and return the added College object
Find & return College from the given collegeId
Get all Colleges and return them in the form of a list
Register Student to College from the given studentId & collegeId
return updated student object.
Get all active Students from the given collegeId & return in the form of a list
status true if the student is active otherwise false
Add a Student without studentId and return the added Student object
Find & return Student from given studentId
Get all active students and return them in the form of a list
status true if the student is active otherwise false
Get College detail of the particular student using studentId
About
The application allows universities to input and track student & college data, such as personal information, college information, and performance metrics.