Post Image

Student Registration Mini-Project

The Student Registration app in Angular provides a robust solution for managing student enrollment processes, allowing users to register, update, and track student information seamlessly. It integrates with a database and API for real-time data handling and efficient registration management.

Key features:

  • Student Registration: Add new student records with personal and academic details.
  • Profile Management: Update and manage student information easily.
  • Real-Time Data Sync: Integrate with a database and API for up-to-date information.
  • Search & Filter: Find and filter student records by various criteria.
  • Secure Authentication: Protect sensitive data with secure login and access controls.
  • Data Validation: Ensure accurate and consistent data entry with real-time validation.

API List

GET /api/TicketsNew/GetAllRoles

No parameters

GET /api/TicketsNew/GetDepartments

No parameters

POST /api/TicketsNew/CreateDepartment

No parameters

PUT /api/TicketsNew/UpdateDepartment

No parameters

DELETE /api/TicketsNew/DeleteDepartment


GET /api/TicketsNew/GetParentCategory

No parameters

POST /api/TicketsNew/CreateParentCategory

No parameters

PUT /api/TicketsNew/UpdateParentCategory

No parameters

DELETE /api/TicketsNew/DeleteParentCategory


GET /api/TicketsNew/GetChildCategory

No parameters

GET /api/TicketsNew/GetChildCategoryByParentId


POST /api/TicketsNew/CreateChildCategory

No parameters

PUT /api/TicketsNew/UpdateChildCategory

No parameters

DELETE /api/TicketsNew/DeleteChildCategory


GET /api/TicketsNew/GetEmployees

No parameters

GET /api/TicketsNew/GetEmployeeById


GET /api/TicketsNew/GetEmployeesByDeptId


POST /api/TicketsNew/Login

No parameters

POST /api/TicketsNew/CreateEmployee

No parameters

PUT /api/TicketsNew/UpdateEmployee

No parameters

DELETE /api/TicketsNew/DeleteEmployee


GET /api/TicketsNew/GetAssignedTicketsByEmpId


GET /api/TicketsNew/GetTicketsCreatedByEmpId


GET /api/TicketsNew/GetAllTickets

No parameters

GET /api/TicketsNew/GetTicketById


POST /api/TicketsNew/GetRequestByFilter

No parameters

POST /api/TicketsNew/startTicket


POST /api/TicketsNew/closeTicket


POST /api/TicketsNew/CreateNewTicket

No parameters

DELETE /api/TicketsNew/DeleteTicket