This repository contains codes of the frontend of the aforementioned software. React + Typescript is used in this project.
The most important folder which is the "src" folder is structured as follows :
This folder basically contains files whose codes interact with the API. It is divided into sub-folders namely:
This folder contains typescript files with each dedicated to each API controller endpoints. Exact url to call the API is contained in these codes.
This folder is dedicated to house central reusable codes that affects the entire application.