What is API?
API stands for Application Programming Interface. It's a set of rules, protocols, and tools that allows different
software applications to communicate with each other. APIs define the methods and data formats that developers can
use to interact with a service or system, abstracting away the complexity of the underlying implementation.
How API works?
HIGH – LEVEL TECHNICAL DIAGRAM
First is the Admin/Client will use the API to add, delete, update, edit, and view of some information of the
Student, Enrollees and Subjects that will be stored in DataBase. The API will also respond to the selected request of the
Client/Admin.
saveStudent
responsible for handling requests to add or update student information in the system's database.
Endpoint:
Payload:
Result:
updateStudent
facilitates the modification of existing student records within the system's database.
Endpoint:
Payload:
Result:
deleteStudent
facilitates the removal of student records from the system's database.
Endpoint:
Payload:
Result:
enrollStudent
manages the enrollment process for students in courses or programs offered by
the institution.
Endpoint:
Payload:
Result: