Skip to main content

Student Service

The Student Service manages student profiles, academic records, and interactions with companies.

Features

  • Student profile management
  • Academic record tracking
  • Resume/CV management
  • Application tracking
  • Interview scheduling

API Endpoints

EndpointMethodDescription
/api/studentsGETList all students
/api/students/{id}GETGet student details
/api/studentsPOSTCreate a new student
/api/students/{id}PUTUpdate student details
/api/students/{id}DELETEDelete a student

Implementation Details

The Student Service is implemented using a microservice architecture and communicates with other services through REST APIs and message queues.