Skip to content

created turborepo workspace for our project and integrated frontend with backend endpoints API

Hikmat Bangash requested to merge development into main

feat: created turborepo and integrated it with the backend

This commit creates a turborepo for our project and integrates it with the backend endpoints API. This includes the following changes:

  • Set up turborepo with the necessary configurations to make everything trackable and manageable in a single workspace.
  • Added backend API endpoints to fetch and update data.
  • Updated frontend code to use the new API endpoints.

This change will improve the overall performance and reliability of our project by leveraging the benefits of TruboRepo and providing streamlined communication between the frontend and backend.

Merge request reports