From 0f5fbfa2dd42f00372be77941cd68bb0f6f2b135 Mon Sep 17 00:00:00 2001 From: Can Deniz Date: Sat, 16 Aug 2025 09:39:48 +0300 Subject: [PATCH] Running The Application section added to README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 191a607..aee7d03 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,17 @@ to facilitate self-awareness and personal growth. **Purpose** -- Encourage users to write on personal experiences. -- Provide `AI-driven` psychological analysis and reflective questions tailored to each user. -- Educate users about Jungian archetypes and symbols for deeper understanding. +Encourage users to write on personal experiences. +Provide `AI-driven` psychological analysis and reflective questions tailored to each user. +Educate users about Jungian archetypes and symbols for deeper understanding. + +### Running The Application + +```bash +docker-compose up -d +``` +Note: It will download gemma3:4b ai model. The model has 3GB size so downloading may take a long time depending of your internet connection. + ### Architecture - `Spring Boot` Backend