Skip to content

Commit 418886b

Browse files
committed
chore: Update readme.
1 parent 6821147 commit 418886b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ In other words this service processes content of Open API file, transforms it to
1313
4. Validate content
1414
5. Parse content into an ASD model
1515
6. Put ASD model with metadata to the storage and update service queue
16+
17+
### Starting service
18+
The easiest way to start an application is to do it with docker.
19+
If you have docker you just need to run a command from the project root
20+
`docker-compose -f ./docker/docker-compose-dev.yml up -d --build`.
21+
And `docker-compose -f ./docker/docker-compose-dev.yml down` to stop.
22+
You can observe queues, and send and retrieve messages from queues using the web interface available by address http://localhost:15672 .

0 commit comments

Comments
 (0)