Update README.md
This commit is contained in:
parent
05788b3d2d
commit
58077e0bd7
38
README.md
38
README.md
@ -1,14 +1,44 @@
|
|||||||
# SOA
|
Here’s a cleaner and more informative version of your README section:
|
||||||
|
|
||||||
```
|
---
|
||||||
|
|
||||||
|
# 🧩 SOA – Service-Oriented Architecture Project
|
||||||
|
|
||||||
|
## 🚀 Quick Start
|
||||||
|
|
||||||
|
1. **Start the application stack:**
|
||||||
|
|
||||||
|
```bash
|
||||||
docker compose up -d --build
|
docker compose up -d --build
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
2. **Initialize Keycloak configuration:**
|
||||||
|
|
||||||
|
```bash
|
||||||
./setup-keycloak.sh
|
./setup-keycloak.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Hosts:
|
3. **Update your `/etc/hosts` file:**
|
||||||
|
|
||||||
```
|
```
|
||||||
127.0.0.1 api.local auth.local
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user