This project helps the users get information on Malaria, Pneumonia, and malnutrition. This side of the project which is the website is related to the rating and evaluation of the system, the rating is performed by 2 different people, we have linguists who evaluate and rate the words and sentences that are generated by the system, especially regarding their correctness, we have also professional health workers, who are the ones who deal with the correctness of the response generated by the system, last but not least we have administrators, their role is to have an overview of everything going on in the project, starting from the translation review, response review, and users without forgetting the ability power to make changes to the users.
We have different types of technologies on this website,
- React
- TypeScript
- Vite
- Docker
- Tailwind
- Without Docker:
- Clone the repository Here
- Change the directory to enter: mbaza-health-web
- Create a .env.local file and give it the value of the backend Address on VITE_PUBLIC_DEFAULT_API
- Run :
yarn install
- Run :
yarn dev