776 B
776 B
Here’s a cleaner and more informative version of your README section:
🧩 SOA – Service-Oriented Architecture Project
🚀 Quick Start
-
Start the application stack:
docker compose up -d --build
-
Initialize Keycloak configuration:
./setup-keycloak.sh
-
Update your
/etc/hosts
file:127.0.0.1 api.local auth.local
🔐 Credentials
Keycloak Admin Panel
- 📍 URL: 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.