We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28c704 commit 59ca4d5Copy full SHA for 59ca4d5
1 file changed
README.md
@@ -51,6 +51,28 @@ npm run local
51
yarn local
52
```
53
54
+### Levantar los dos servicios (transaction + anti-fraud)
55
+
56
+Abre dos terminales separados y en cada uno ejecuta:
57
58
+Terminal A (transaction):
59
60
+```bash
61
+cd transaction
62
+npm install
63
+npm run local
64
+```
65
66
+Terminal B (anti-fraud):
67
68
69
+cd anti-fraud
70
71
72
73
74
+Ambos servicios deben poder conectar al broker Kafka que levantaste con `docker compose up -d`.
75
76
## Cómo usar los servicios (endpoints)
77
78
Base URL: `http://localhost:3000`
0 commit comments