From 58077e0bd7cd7ca1ddfa7d78fcfb5b53c164e8db Mon Sep 17 00:00:00 2001 From: sortifal Date: Thu, 26 Jun 2025 18:17:57 +0000 Subject: [PATCH] Update README.md --- README.md | 52 +++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 41 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5cc86ea..d485374 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,44 @@ -# SOA +Here’s a cleaner and more informative version of your README section: -``` -docker compose up -d --build -``` +--- -``` -./setup-keycloak.sh -``` +# 🧩 SOA – Service-Oriented Architecture Project -Hosts: -``` -127.0.0.1 api.local auth.local -``` \ No newline at end of file +## πŸš€ Quick Start + +1. **Start the application stack:** + + ```bash + docker compose up -d --build + ``` + +2. **Initialize Keycloak configuration:** + + ```bash + ./setup-keycloak.sh + ``` + +3. **Update your `/etc/hosts` file:** + + ``` + 127.0.0.1 api.local auth.local + ``` + +--- + +## πŸ” Credentials + +### Keycloak Admin Panel + +* πŸ“ URL: [http://auth.local:8080](http://auth.local:8080) +* πŸ‘€ **Username:** `admin` +* πŸ”‘ **Password:** `admin` + +### Private API User + +* πŸ‘€ **Username:** `alexis` +* πŸ”‘ **Password:** `password` + +--- + +Let me know if you'd like to include API endpoints, Keycloak realm details, or `.env` config tips.