Skip to content

Created controllers and components and integrated them accordingly

Hikmat Bangash requested to merge development into main

created controllers and components and integrated them smoothly.

This commit adds new controllers to the backend and components to the front end. The controllers handle specific requests from the front end, while the components display data received from the back end.

The changes made in this commit ensure that the controllers and components work together seamlessly. The integration was tested thoroughly and has been shown to function as expected.

Changes made:

  • Created new controllers on the backend to handle requests
  • Added new components on the frontend to fetch and display data successfully integrated the controllers and components

Merge request reports