FriendNextDoor is an AI-powered mental health platform, which connects users with empathetic 3D avatars to discuss concerns in a safe, private space. Users can get tailored guidance on anxiety, stress, depression, and more.
The app is divided into 2 folders, the main website (FRIEND-NEXT-DOOR) and the App to render Avatar (AVATAR)
- Navigate to AVATAR
cd AVATAR/main/talking-avatar
- Install required dependencies
npm i
- Use
npm run start
to start the app. The app will launch onhttp://localhost:8000
Note: Keep the AVATAR App running
- Navigate to FRIEND-NEXT-DOOR
cd FRIEND-NEXT-DOOR
- Install required dependencies
npm i
- Use
npm run start
to start the app. The app will launch onhttp://localhost:3000
- Now the FriendNextDoor app is Running.