We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0973f4 commit dfe852eCopy full SHA for dfe852e
README.md
@@ -1,19 +1,22 @@
1
-# postalcode-spawn-demo
+# Postalcode Spawn Dema
2
3
Java demo project using [Spawn](https://github.com/eigr/spawn) to find postal codes at [ViaCEP](https://viacep.com.br).
4
5
-# Start Spawn
+## Locally start `Spawn Proxy` and some dependencies
6
+
7
```bash
8
docker network create spawn-demo
9
docker-compose up mariadb nats spawn
10
```
11
-# Start Actor
12
+## Start Java `ActorHost` application
13
14
15
docker-compose up app
16
17
-# Test
18
+## Test
19
20
21
# Request PostalCode
22
curl -v -H 'Content-Type: application/json' -d '{ "postalCode": "03694090" }' 'http://localhost:8080/postalcode'
0 commit comments