Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.08 KB

File metadata and controls

46 lines (33 loc) · 1.08 KB

Database Project

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.

Features

  • 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.

Tech Stack

  • Java: Version 21
  • Spring Boot
  • Maven
  • Angular: Version 19
  • Python

Installation and Running the App

Ensure you have the required versions of Java, Spring Boot, Maven, Angular, and Python installed.

Backend

To start the backend:

./mvnw spring-boot:run

Frontend

To start the frontend:

ng serve

AI Model and Prediction API

To start the AI model and prediction API:

fastapi dev main.py

Contributors

  • Mihnea & Anna: Frontend
  • Genan & Vlad: Backend and Microservices (AI)