This project aims to assist researchers in testing and improving applications that help people with mental disorders. The app includes several functionalities to support research and enhance user experience.
- AI Chatbot: Future integration with datasets based on mental therapeutics.
- App Predictions: Provides researchers with insights on when to update their apps.
- Anonymous Reviews: Collects feedback from users to help researchers improve their applications.
- Java: Version 21
- Spring Boot
- Maven
- Angular: Version 19
- Python
Ensure you have the required versions of Java, Spring Boot, Maven, Angular, and Python installed.
To start the backend:
./mvnw spring-boot:runTo start the frontend:
ng serveTo start the AI model and prediction API:
fastapi dev main.py- Mihnea & Anna: Frontend
- Genan & Vlad: Backend and Microservices (AI)