An AI-Powered Emotional Support Assistant
SpringBoot + React (TypeScript)
- Apply for a free IntelliJ IDEA Ultimate Edition Student License: https://www.jetbrains.com/community/education/#students
- Open Project with IntelliJ IDEA
- Open Terminal within IntelliJ IDEA

The backend has already been bootstrapped under the backend folder using the following configurations:
detail link

-
Install Node.js
a. https://nodejs.org/en, v22.13.1

-
Check version:
node -v // should be node v22.13.1 npm -v -
Run App:
cd frontend npm run dev


