Skip to content
Snippets Groups Projects
Commit b7bbdc44 authored by Filip Kollár's avatar Filip Kollár
Browse files

Update readme.md

parent d300ebd3
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,16 @@
How to run the project:
1. Run `mvn clean install` in the root directory
2. Run `docker compose up` in the root directory
NOTE: if this step fails you might not be running docker on your machine, it is neccessary for test containers
2. (OPTIONAL) Add `data.initialize: true` to application.yml of a service if you want to initialize some data in the tables, unfortunately this does nothing in transaction-service yet.
3. Run `docker compose up` in the root directory
Now all the services and the databases are running, and you can access them on the following ports:
- User-service: `localhost:8081/api/user-service`
- Transaction-service: `localhost:8082/api/transaction-service`
- Currency-service: `localhost:8083/currency-service`
- Analytics-service: `localhost:8080/api/analytics-service`
## Use case:
![img_2.png](img_2.png)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment